diff --git a/flake.nix b/flake.nix index daff537..cbdc2ac 100644 --- a/flake.nix +++ b/flake.nix @@ -270,7 +270,7 @@ || { echo "usage: build ..." >&2; exit 1; } HOSTS=() for h in "$@"; do - HOSTS+=(".#nodes.$h.config.system.build.toplevel") + HOSTS+=(".#nixosConfigurations.$h.config.system.build.toplevel") done nom build --no-link --print-out-paths --show-trace "''${HOSTS[@]}" '';