Fix the nixos-rebuild script so it doesn't build the config from /etc/nixos

This commit is contained in:
Wroclaw 2023-12-22 00:54:32 +01:00
parent e0441d161b
commit 0f06442b40

View file

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