fix(hypr): add hyprutils in inputs to make sure we use latest git
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-13 14:34:50 -05:00
parent e62b607ac9
commit cd7bcf34c1
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -110,12 +110,16 @@ let
desktopInputs = { desktopInputs = {
hyprlandInputs = { hyprlandInputs = {
hyprutils = mkDep {
owner = "hyprwm";
repo = "hyprutils";
};
hyprland = mkDep { hyprland = mkDep {
owner = "hyprwm"; owner = "hyprwm";
repo = "Hyprland"; repo = "Hyprland";
# FIXME: b88e4a1a9a8a240d54a5006b35964c9e02f86f6b ? inputs.hyprutils.follows = "hyprutils";
rev = "dca75db127fedc58fc85ae0e6e47162e3d5d16f9";
}; };
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {