flake: filter broken packages from hydraJobs
This commit is contained in:
parent
6341ee18b7
commit
35763efda5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
homeConfigurations = self.lib.mkHomeConfigurations { inherit (self.nixosConfigurations) "data.cs.purdue.edu"; };
|
||||
|
||||
hydraJobs = {
|
||||
inherit (self) packages;
|
||||
packages = lib.mapAttrs (_: lib.filterAttrs (n: v: v ? meta -> v.meta ? broken -> !v.meta.broken)) self.packages;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue