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
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
2 changed files with 0 additions and 9 deletions

View file

@ -91,7 +91,6 @@
overlays = with self.overlays; [
hyprland-packages
hyprland-extras
hyprland-debug
];
});
pkgsCrossFor = eachSystem (system: crossSystem:
@ -101,7 +100,6 @@
overlays = with self.overlays; [
hyprland-packages
hyprland-extras
hyprland-debug
];
});
pkgsDebugFor = eachSystem (system:

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;
};