fix: pin hyprland to version wher ags doesn't crash
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
2c6bc8215d
commit
cfb4ab02f0
3 changed files with 3 additions and 0 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -119,6 +119,9 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
|
||||
# FIXME: wait for fix https://github.com/hyprwm/Hyprland/issues/7043
|
||||
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
Loading…
Reference in a new issue