Add nixos-rebuild helper script
this scripts sets the NIXOS_CONFIG to the one in the project
This commit is contained in:
parent
bf594827b0
commit
8d1cc559f9
1 changed files with 2 additions and 0 deletions
2
nixos-rebuild.sh
Executable file
2
nixos-rebuild.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
NIXOS_CONFIG="$(pwd)/configuration.nix"
|
||||
nixos-rebuild $@
|
Loading…
Reference in a new issue