fix(hypr): pin commit to before aquamarine
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-22 20:50:41 -04:00
parent 423dcaf7fa
commit 3e1df66156
3 changed files with 4 additions and 0 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -126,11 +126,15 @@ let
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";
submodules = true; submodules = true;
# FIXME: cursor doesn't work right after aquamarine merge
rev = "f642fb97df5c69267a03452533de383ff8023570";
}; };
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {
owner = "hyprwm"; owner = "hyprwm";
repo = "hyprland-plugins"; repo = "hyprland-plugins";
rev = "f23d3ebd92fdbaac107b71893fab94701c39eeb8";
# type = "path"; # type = "path";
# path = "/home/matt/git/hyprland-plugins"; # path = "/home/matt/git/hyprland-plugins";