rm tf lock

This commit is contained in:
Kiara Grouwstra 2025-04-16 16:27:57 +02:00
parent 2ab5b12c73
commit eae3ac83c2
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -14,6 +14,7 @@ pkgs.stdenv.mkDerivation {
runHook preBuild
pushd launch/
echo '${lib.strings.toJSON sources}' > .npins.json
rm .terraform.lock.hcl
tofu init -input=false
popd
runHook postBuild