nixpkgs update
This commit is contained in:
parent
5b36b4089d
commit
840bcd4cea
2 changed files with 12 additions and 7 deletions
|
@ -1,5 +1,10 @@
|
|||
NixOS deployments using [nixus](https://github.com/Infinisil/nixus).
|
||||
|
||||
TL;DR:
|
||||
1. `make update`
|
||||
2. `make result`
|
||||
3. `make deploy`
|
||||
|
||||
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
||||
```sh
|
||||
$ nix-shell -p niv
|
||||
|
@ -11,5 +16,5 @@ $ nix-build deploy/
|
|||
```
|
||||
Deploy by running the generated executable.
|
||||
```sh
|
||||
$ ./results
|
||||
$ ./result
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue