Nix: build hyprtester along with hyprland

This commit is contained in:
Mihai Fufezan 2025-10-14 21:45:11 +03:00
parent a2f48ea418
commit 9eb82774e5
5 changed files with 19 additions and 80 deletions

View file

@ -43,9 +43,7 @@ in {
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
hyprtester = final.callPackage ./hyprtester.nix {
inherit version;
};
hyprland-with-hyprtester = final.hyprland.override {withHyprtester = true;};
# deprecated packages
hyprland-legacy-renderer =