Fediversity/launch/README.md

16 lines
253 B
Markdown

# service deployment
## usage
### updating TF modules
```sh
echo "{\"nixos-anywhere\": $(nix-instantiate --eval --json -E '(import ../npins).nixos-anywhere.outPath')}" > .auto.tfvars.json
```
### local development
```sh
$ nix-shell
$ tofu init
```