nixpkgs update

This commit is contained in:
Amanda Graven 2024-01-06 09:32:52 +01:00
parent 5b36b4089d
commit 840bcd4cea
Signed by: amanda
GPG key ID: F747582C5608F4CB
2 changed files with 12 additions and 7 deletions

View file

@ -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
```