Nix: simplify CI
This commit is contained in:
parent
b69f40815f
commit
be22172a35
2 changed files with 6 additions and 9 deletions
|
|
@ -101,6 +101,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
checks = genSystems (system:
|
||||
(lib.filterAttrs (n: _: (lib.hasPrefix "hyprland" n) && !(lib.hasSuffix "debug" n)) self.packages.${system})
|
||||
// {inherit (self.packages.${system}) xdg-desktop-portal-hyprland;});
|
||||
|
||||
packages = genSystems (system:
|
||||
(self.overlays.default null pkgsFor.${system})
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue