mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-24 21:50:03 +01:00
parent
b99c193e46
commit
6a5f4f5954
2 changed files with 0 additions and 9 deletions
|
|
@ -91,7 +91,6 @@
|
||||||
overlays = with self.overlays; [
|
overlays = with self.overlays; [
|
||||||
hyprland-packages
|
hyprland-packages
|
||||||
hyprland-extras
|
hyprland-extras
|
||||||
hyprland-debug
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
pkgsCrossFor = eachSystem (system: crossSystem:
|
pkgsCrossFor = eachSystem (system: crossSystem:
|
||||||
|
|
@ -101,7 +100,6 @@
|
||||||
overlays = with self.overlays; [
|
overlays = with self.overlays; [
|
||||||
hyprland-packages
|
hyprland-packages
|
||||||
hyprland-extras
|
hyprland-extras
|
||||||
hyprland-debug
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
pkgsDebugFor = eachSystem (system:
|
pkgsDebugFor = eachSystem (system:
|
||||||
|
|
|
||||||
|
|
@ -43,13 +43,6 @@ in {
|
||||||
};
|
};
|
||||||
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
|
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 {
|
hyprtester = final.callPackage ./hyprtester.nix {
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue