From 04305e5968a9cc3e874a5040a289bf461af3f1eb Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 30 May 2023 02:43:43 +0200 Subject: [PATCH] chore: only generate installers for real systems, not vms. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2fc28c1..0a5ff09 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ (recursiveMergeAttrs (nixpkgs.lib.mapAttrsToList (import ./nix/generate-installer.nix inputs) - self.nodes)) + self.colmenaNodes)) packages ; }