16 lines
332 B
Markdown
16 lines
332 B
Markdown
NixOS deployments using [nixus](https://github.com/Infinisil/nixus).
|
|
|
|
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
|
```sh
|
|
$ nix-shell -p niv
|
|
$ (cd config/sources && niv update)
|
|
```
|
|
Build with:
|
|
```sh
|
|
$ nix-build deploy/
|
|
```
|
|
Deploy by running the generated executable.
|
|
```sh
|
|
$ ./results
|
|
```
|