Compare commits

...

2 commits

Author SHA1 Message Date
21b5fb5912
document updating TF module 2025-03-27 10:07:34 +01:00
ddedc39446
update 2025-03-27 10:06:54 +01:00
2 changed files with 7 additions and 4 deletions

View file

@ -5,12 +5,15 @@
### updating TF modules
```sh
echo "{\"nixos-anywhere\": $(nix-instantiate --eval --json -E '(import ../npins).nixos-anywhere.outPath')}" > .auto.tfvars.json
$ npins update nixos-anywhere
$ cd launch/
$ echo "{\"nixos-anywhere\": $(nix-instantiate --eval --json -E '(import ../npins).nixos-anywhere.outPath')}" > .auto.tfvars.json
```
### local development
```sh
$ nix-shell
$ rm -rf .terraform/
$ tofu init
```

6
launch/flake.lock generated
View file

@ -116,11 +116,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1742753982,
"narHash": "sha256-WYryX6lCrmh4AaEoBHA1zwTTs6vPtevT3/ywGyzz4SI=",
"lastModified": 1743046730,
"narHash": "sha256-3ON6kKBQ4pz/IVZylcbw28K/Jm5cym4V/Z+VmPzR9/4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ec9c54e7a9feec999aa34a15781080bed5082306",
"rev": "67545051fd77a131ebab477fbf2bb4d9473edd35",
"type": "github"
},
"original": {