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:
parent
ca7bbeec72
commit
04305e5968
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue