tmp fix for install script
This commit is contained in:
parent
7182221183
commit
4475bd9e61
|
@ -93,7 +93,7 @@ install() {
|
|||
|
||||
# Build the system (flakes + home manager)
|
||||
echo -e "\nBuilding the system...\n"
|
||||
sudo nixos-rebuild switch --flake .#nixos
|
||||
sudo nixos-rebuild switch --flake .#desktop
|
||||
}
|
||||
|
||||
main() {
|
||||
|
|
Loading…
Reference in a new issue