mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 09:45:58 +01:00
Nix: remove hyprland-unwrapped leftover
This commit is contained in:
parent
5da9591775
commit
6c53d4d82f
2 changed files with 0 additions and 2 deletions
|
@ -77,7 +77,6 @@
|
|||
# hyprland-packages
|
||||
|
||||
hyprland
|
||||
hyprland-unwrapped
|
||||
hyprland-debug
|
||||
hyprland-legacy-renderer
|
||||
# hyprland-extras
|
||||
|
|
|
@ -38,7 +38,6 @@ in {
|
|||
udis86 = final.udis86-hyprland; # explicit override until decided on breaking change of the name
|
||||
inherit date;
|
||||
};
|
||||
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
|
||||
hyprland-debug = final.hyprland.override {debug = true;};
|
||||
hyprland-legacy-renderer = final.hyprland.override {legacyRenderer = true;};
|
||||
hyprland-nvidia =
|
||||
|
|
Loading…
Reference in a new issue