modified: installer.nix
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ FLAKE_BASE_URL="git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git"
|
||||
options=("nixos" "docker" "server" "nix-cache" "nix-minimal")
|
||||
|
||||
echo "Choose the flake profile to install:"
|
||||
select choice in "${options[@]}"; do
|
||||
select choice in "''${options[@]}"; do
|
||||
if [[ -n "$choice" ]]; then
|
||||
echo "You selected: $choice"
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user