Skip to content

Commit

Permalink
Nix: Move to later version of hy3 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Feb 2, 2025
1 parent ba4c20c commit 9c41ca8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions nix/overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c41ca8

Please sign in to comment.