forked from fediversity/fediversity
Compare commits
2 commits
d76d87727d
...
21b5fb5912
| Author | SHA1 | Date | |
|---|---|---|---|
| 21b5fb5912 | |||
| ddedc39446 |
2 changed files with 7 additions and 4 deletions
|
|
@ -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
6
launch/flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue