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
292b1ef0fa
commit
db4959df1e
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.
|
@ -112,6 +112,10 @@ let
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/hyprwm/Hyprland";
|
url = "https://github.com/hyprwm/Hyprland";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
|
rev = "b248d59713d99a8338d25f4765fd2f564069f98b";
|
||||||
|
|
||||||
|
# FIXME: discord crashes https://github.com/hyprwm/Hyprland/issues/7846
|
||||||
|
# rev = "94140e886ea8c4ac34478d290c212f0f5454ab2e";
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland-plugins = mkHyprDep {
|
hyprland-plugins = mkHyprDep {
|
||||||
|
|
Loading…
Reference in a new issue