fix(hypr): pin commit to before aquamarine
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
423dcaf7fa
commit
3e1df66156
3 changed files with 4 additions and 0 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue