From 9c41ca843712eb5ece64563eca4146ac9e58d7f7 Mon Sep 17 00:00:00 2001 From: Magnus Bergmark Date: Sun, 2 Feb 2025 10:07:02 +0100 Subject: [PATCH] Nix: Move to later version of hy3 plugin --- nix/overlays/default.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/nix/overlays/default.nix b/nix/overlays/default.nix index fb084dec..e7754a37 100644 --- a/nix/overlays/default.nix +++ b/nix/overlays/default.nix @@ -12,19 +12,19 @@ # ... # }); - hyprlandPlugins = prev.hyprlandPlugins // - { - # Patch to 0.46.0 - hy3 = prev.hyprlandPlugins.hy3.overrideAttrs (oldAttrs: { - version = "0.46.0"; - src = prev.fetchFromGitHub { - owner = "outfoxxed"; - repo = "hy3"; - rev = "refs/tags/hl0.46.0"; - hash = "sha256-etPkIYs38eDgJOpsFfgljlGIy0FPRXgU3DRWuib1wWc="; - }; - }); - }; + # hyprlandPlugins = prev.hyprlandPlugins // + # { + # # Patch to 0.46.0 + # hy3 = prev.hyprlandPlugins.hy3.overrideAttrs (oldAttrs: { + # version = "0.46.0"; + # src = prev.fetchFromGitHub { + # owner = "outfoxxed"; + # repo = "hy3"; + # rev = "refs/tags/hl0.46.0"; + # hash = "sha256-etPkIYs38eDgJOpsFfgljlGIy0FPRXgU3DRWuib1wWc="; + # }; + # }); + # }; }; # When applied, the unstable nixpkgs set (declared in the flake inputs) will