diff options
author | Mihai Fufezan <[email protected]> | 2024-03-12 21:35:41 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-03-12 21:35:41 +0200 |
commit | 6c53d4d82fd81aaa8aeb8c89ece1b88455a1f2a1 (patch) | |
tree | 2a71c7458e5ea9c1e61e91acf92510478e7ee7ea /nix | |
parent | 5da9591775cbe6b34273c292f1ba0c2ccac8f23c (diff) | |
download | Hyprland-6c53d4d82fd81aaa8aeb8c89ece1b88455a1f2a1.tar.gz Hyprland-6c53d4d82fd81aaa8aeb8c89ece1b88455a1f2a1.zip |
Nix: remove hyprland-unwrapped leftover
Diffstat (limited to 'nix')
-rw-r--r-- | nix/overlays.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/overlays.nix b/nix/overlays.nix index c216ff53..68c196d9 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -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 = |