1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10: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 (recursiveMergeAttrs
(nixpkgs.lib.mapAttrsToList (nixpkgs.lib.mapAttrsToList
(import ./nix/generate-installer.nix inputs) (import ./nix/generate-installer.nix inputs)
self.nodes)) self.colmenaNodes))
packages packages
; ;
} }