Filter home configuration checks based on check platform
This commit is contained in:
parent
de5e320c1a
commit
ac31486f6b
@ -140,7 +140,8 @@
|
||||
# Stuff for each platform
|
||||
{
|
||||
checks = flattenTree {
|
||||
homeConfigurations = recurseIntoAttrs (mapAttrs (_: h: h.activationPackage) self.homeConfigurations);
|
||||
homeConfigurations = recurseIntoAttrs (mapAttrs (_: h: h.activationPackage)
|
||||
(lib.filterAttrs (_: h: h.config.nixpkgs.system == system) self.homeConfigurations));
|
||||
deploy = recurseIntoAttrs (pkgs.deploy-rs.lib.deployChecks self.deploy);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user