From 6c53d4d82fd81aaa8aeb8c89ece1b88455a1f2a1 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Tue, 12 Mar 2024 21:35:41 +0200 Subject: [PATCH] Nix: remove hyprland-unwrapped leftover --- flake.nix | 1 - nix/overlays.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index e97ba1c9..9bee5efc 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,6 @@ # hyprland-packages hyprland - hyprland-unwrapped hyprland-debug hyprland-legacy-renderer # hyprland-extras 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 =