try to make builds work

This commit is contained in:
Noah Masur
2025-10-29 12:03:20 -04:00
parent 431ebd732c
commit 2e4467b6ea
7 changed files with 16 additions and 33 deletions

View File

@@ -189,7 +189,7 @@ in
auto-format = true;
file-types = [ "hcl" ];
formatter = {
command = lib.getExe pkgs.packer;
command = "${pkgs.packer}/bin/packer";
args = [
"fmt"
"-"