fix(hypr): pin to last working commit
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
cb6a5f62f8
commit
b16a3b499c
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.
|
@ -131,6 +131,9 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
|
||||
# FIXME: Latest breaks hyprexpo
|
||||
rev = "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca";
|
||||
};
|
||||
|
||||
hypr-official-plugins = mkHyprDep {
|
||||
|
|
Loading…
Reference in a new issue