Nix: fix overlay application

Should fix hyprwm/hyprland-plugins#412
This commit is contained in:
Mihai Fufezan
2025-07-05 14:18:36 +03:00
parent b99c193e46
commit 6a5f4f5954
2 changed files with 0 additions and 9 deletions

View File

@@ -43,13 +43,6 @@ in {
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
# Build major libs with debug to get as much info as possible in a stacktrace
hyprland-debug = final.hyprland.override {
aquamarine = final.aquamarine.override {debug = true;};
hyprutils = final.hyprutils.override {debug = true;};
debug = true;
};
hyprtester = final.callPackage ./hyprtester.nix {
inherit version;
};