Fix the nixos-rebuild script so it doesn't build the config from /etc/nixos
This commit is contained in:
parent
e0441d161b
commit
0f06442b40
1 changed files with 1 additions and 2 deletions
|
@ -1,2 +1 @@
|
|||
NIXOS_CONFIG="$(pwd)/configuration.nix"
|
||||
nixos-rebuild $@
|
||||
NIXOS_CONFIG="$(pwd)/configuration.nix" nixos-rebuild $@
|
||||
|
|
Loading…
Reference in a new issue