forked from fediversity/fediversity
rm tf lock
This commit is contained in:
parent
f7d050a3a6
commit
14ec7e01f4
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pkgs.stdenv.mkDerivation {
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
pushd launch/
|
pushd launch/
|
||||||
echo '${lib.strings.toJSON sources}' > .npins.json
|
echo '${lib.strings.toJSON sources}' > .npins.json
|
||||||
|
rm .terraform.lock.hcl
|
||||||
tofu init -input=false
|
tofu init -input=false
|
||||||
popd
|
popd
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue