No description
| .git-crypt | ||
| config | ||
| deploy | ||
| .EditorConfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| shell.nix | ||
NixOS deployments using nixus.
TL;DR:
make updatemake resultmake deploy
First make sure you have niv so you can upgrade dependency versions in sources.json.
$ nix-shell -p niv
$ (cd config/sources && niv update)
Build with:
$ nix-build deploy/
Deploy by running the generated executable.
$ ./result
Switching nixpkgs branch
cd config/sources
niv modify nixpkgs -b nixos-xx.yy