Nix: remove hyprland-unwrapped leftover

This commit is contained in:
Mihai Fufezan 2024-03-12 21:35:41 +02:00
parent 5da9591775
commit 6c53d4d82f
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -77,7 +77,6 @@
# hyprland-packages
hyprland
hyprland-unwrapped
hyprland-debug
hyprland-legacy-renderer
# hyprland-extras

View File

@ -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 =