try to make builds work

This commit is contained in:
Noah Masur
2025-11-21 10:32:55 -07:00
parent 431ebd732c
commit 2e4467b6ea
7 changed files with 16 additions and 33 deletions
@@ -189,7 +189,7 @@ in
auto-format = true;
file-types = [ "hcl" ];
formatter = {
command = lib.getExe pkgs.packer;
command = "${pkgs.packer}/bin/packer";
args = [
"fmt"
"-"