aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-03-04 16:43:26 +0200
committerMihai Fufezan <[email protected]>2023-03-04 17:03:33 +0200
commitbe22172a359f3bd9b922336fb76fde75b604af9b (patch)
tree9320d0cacd3a1765deab0ed15e779a1b97a8eb68 /flake.nix
parentb69f40815fb9302526858bbf699bc6942f8bbd3e (diff)
downloadHyprland-be22172a359f3bd9b922336fb76fde75b604af9b.tar.gz
Hyprland-be22172a359f3bd9b922336fb76fde75b604af9b.zip
Nix: simplify CI
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 269bd41e..f2a08dc0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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})
// {