chore: unpin hyprland input
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-08-13 21:42:09 -04:00
parent 309ada567b
commit 652cc7801f
3 changed files with 1 additions and 2 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -118,8 +118,7 @@ let
hyprlandInputs = { hyprlandInputs = {
hyprland = mkDep { hyprland = mkDep {
type = "git"; type = "git";
# FIXME: switch back to hyprwm when build issue fixed url = "https://github.com/hyprwm/Hyprland";
url = "https://github.com/matt1432/Hyprland";
submodules = true; submodules = true;
}; };