Should probably use -- there
This commit is contained in:
parent
d1c2acafde
commit
92f76492c3
|
@ -13,7 +13,7 @@ writeShellApplication
|
||||||
# A rebuild script for NixOS
|
# A rebuild script for NixOS
|
||||||
set -e
|
set -e
|
||||||
echo "NixOS Rebuilding..."
|
echo "NixOS Rebuilding..."
|
||||||
sudo systemd-inhibit --who="System Updater" why="Updating System" nixos-rebuild switch --flake git+https://git.lillianviolet.dev/Lillian-Violet/NixOS-Config.git#
|
sudo systemd-inhibit --who="System Updater" --why="Updating System" nixos-rebuild switch --flake git+https://git.lillianviolet.dev/Lillian-Violet/NixOS-Config.git#
|
||||||
echo "NixOS Rebuilt OK!"
|
echo "NixOS Rebuilt OK!"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue