mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 07:30:05 +01:00
parent
b99c193e46
commit
6a5f4f5954
2 changed files with 0 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue