We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39f5320 + 0fc6d9a commit 8baab58Copy full SHA for 8baab58
1 file changed
modules/hooks.nix
@@ -4250,7 +4250,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
4250
| sort \
4251
| uniq \
4252
| while read dir; do
4253
- ${lib.getExe hooks.terraform-validate.package} -chdir="$dir" init
+ ${lib.getExe hooks.terraform-validate.package} -chdir="$dir" init -backend=false
4254
${lib.getExe hooks.terraform-validate.package} -chdir="$dir" validate
4255
done
4256
'';
0 commit comments