about summary refs log tree commit diff stats
path: root/bootstrap/install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbootstrap/install/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/install/install.sh b/bootstrap/install/install.sh
index 37a5e758..be44cde3 100755
--- a/bootstrap/install/install.sh
+++ b/bootstrap/install/install.sh
@@ -99,7 +99,8 @@ case $result in
         msg "Great, select a host-config:"
         hosts=$(mktmp);
         host="";
-        awk -F "." '/nixosConfiguration/{print $2}' "$(tmp 'curl https://git.sils.li/ene/nixos-config/raw/branch/prime/flake.nix 2> /dev/null')" | awk '{print $1}' > $hosts;
+
+        awk -F "." '/inputs.nixpkgs.lib.nixosSystem/{print $1}' "$(tmp 'curl https://git.sils.li/ene/nixos-config/raw/branch/prime/flake/nixosConfigurations/default.nix 2> /dev/null')" | awk '{print $1}' > $hosts;
 
         while ! grep "$host" "$hosts" > /dev/null || [ "$(printf "%s" "$host" | wc -c)" -eq 0 ]; do
             i=1;