Add nixos-rebuild helper script

this scripts sets the NIXOS_CONFIG to the one in the project
This commit is contained in:
Wroclaw 2023-12-12 12:39:29 +01:00
parent bf594827b0
commit 8d1cc559f9

2
nixos-rebuild.sh Executable file
View file

@ -0,0 +1,2 @@
NIXOS_CONFIG="$(pwd)/configuration.nix"
nixos-rebuild $@