forked from fediversity/fediversity
setup: reset lock file, prevents Error: Failed to install provider
error example: ``` Error while installing hashicorp/external v2.3.4: the local package for registry.opentofu.org/hashicorp/external 2.3.4 doesn't match any of the checksums previously recorded in the dependency lock file (this might be because the available checksums are for packages targeting different platforms); for more information: https://opentofu.org/docs/language/files/dependency-lock/#checksum-verification ```
This commit is contained in:
parent
84e51745f8
commit
173518ed90
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ let
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
setup = pkgs.writeScriptBin "setup" ''
|
setup = pkgs.writeScriptBin "setup" ''
|
||||||
echo '${lib.strings.toJSON sources}' > .npins.json
|
echo '${lib.strings.toJSON sources}' > .npins.json
|
||||||
|
rm -f .terraform.lock.hcl
|
||||||
rm -rf .terraform/
|
rm -rf .terraform/
|
||||||
tofu init
|
tofu init
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue