fix(hypr): add hyprutils in inputs to make sure we use latest git
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
e62b607ac9
commit
cd7bcf34c1
3 changed files with 6 additions and 2 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -110,12 +110,16 @@ let
|
|||
|
||||
desktopInputs = {
|
||||
hyprlandInputs = {
|
||||
hyprutils = mkDep {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprutils";
|
||||
};
|
||||
|
||||
hyprland = mkDep {
|
||||
owner = "hyprwm";
|
||||
repo = "Hyprland";
|
||||
|
||||
# FIXME: b88e4a1a9a8a240d54a5006b35964c9e02f86f6b ?
|
||||
rev = "dca75db127fedc58fc85ae0e6e47162e3d5d16f9";
|
||||
inputs.hyprutils.follows = "hyprutils";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
Loading…
Reference in a new issue