Update installer.nix
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export FLAKE_BASE_URL="git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git
|
|||||||
|
|
||||||
echo "Fetching available NixOS hosts from flake..."
|
echo "Fetching available NixOS hosts from flake..."
|
||||||
mapfile -t options < <(
|
mapfile -t options < <(
|
||||||
nix eval --json --no-use-registries --no-accept-flake-config \
|
nix eval --json --no-use-registries --no-accept-flake-config --extra-experimental-features flakes --extra-experimental-features nix-command\
|
||||||
"''${FLAKE_BASE_URL}#nixosConfigurations" \
|
"''${FLAKE_BASE_URL}#nixosConfigurations" \
|
||||||
--apply builtins.attrNames \
|
--apply builtins.attrNames \
|
||||||
| jq -r '.[]'
|
| jq -r '.[]'
|
||||||
|
|||||||
Reference in New Issue
Block a user