From 41e1f3ae03f5a7fd034223258f45841467e79371 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 13 Jul 2024 01:46:48 -0500 Subject: [PATCH] Why is it failing now? --- nix/validate.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/validate.nix b/nix/validate.nix index 4159f80..579a7af 100644 --- a/nix/validate.nix +++ b/nix/validate.nix @@ -10,7 +10,9 @@ writeShellApplication { ]; text = '' shopt -s globstar + export PACKER_LOG=1 packer init sources + unset PACKER_LOG for vars in distros/**/*.pkrvars.hcl; do packer validate -except=upload "-var-file=''${vars}" sources/ done