mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
hydra: also build homes
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
&& notBroken pkg
|
||||
&& isDistributable pkg)
|
||||
pkgs;
|
||||
|
||||
getConfigTopLevel = _: cfg: cfg.config.system.build.toplevel;
|
||||
in {
|
||||
pkgs = lib.mapAttrs filterValidPkgs outputs.packages;
|
||||
hosts = lib.mapAttrs getConfigTopLevel outputs.nixosConfigurations;
|
||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) outputs.nixosConfigurations;
|
||||
homes = lib.mapAttrs (_: cfg: cfg.activationPackage) outputs.homeConfigurations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user