mirror of
https://github.com/nmasur/dotfiles
synced 2025-11-21 21:02:41 +00:00
try to make builds work
This commit is contained in:
@@ -189,7 +189,7 @@ in
|
||||
auto-format = true;
|
||||
file-types = [ "hcl" ];
|
||||
formatter = {
|
||||
command = lib.getExe pkgs.packer;
|
||||
command = "${pkgs.packer}/bin/packer";
|
||||
args = [
|
||||
"fmt"
|
||||
"-"
|
||||
|
||||
Reference in New Issue
Block a user