1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: only generate installers for real systems, not vms.

This commit is contained in:
oddlama 2023-05-30 02:43:43 +02:00
parent ca7bbeec72
commit 04305e5968
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -117,7 +117,7 @@
(recursiveMergeAttrs
(nixpkgs.lib.mapAttrsToList
(import ./nix/generate-installer.nix inputs)
self.nodes))
self.colmenaNodes))
packages
;
}