fix(hypr): pin hyprland input

This commit is contained in:
matt1432 2025-04-30 20:54:34 -04:00
parent 17d3a0c976
commit d9c873de49
3 changed files with 8 additions and 3 deletions

7
flake.lock generated
View file

@ -561,16 +561,17 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1746050800,
"narHash": "sha256-HJDWf9ONdaZ0UIbadwE0l++AOrnCOaRrikBcuzDnNvs=",
"lastModified": 1746030925,
"narHash": "sha256-D0qU3BhDg9XrU1S/DdozBPnWViGPtyRYhsgOrDAP/Gs=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "8d6618104e28f6444d917b398244c56ac32ae993",
"rev": "2ee5118d7a4a59d3ccfaed305bfc05c79cea7637",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "2ee5118d7a4a59d3ccfaed305bfc05c79cea7637",
"type": "github"
}
},

View file

@ -150,6 +150,7 @@
};
owner = "hyprwm";
repo = "Hyprland";
rev = "2ee5118d7a4a59d3ccfaed305bfc05c79cea7637";
type = "github";
};
hyprland-plugins = {

View file

@ -171,6 +171,9 @@ let
hyprland = mkInput {
owner = "hyprwm";
repo = "Hyprland";
# FIXME: wait for hyprland-plugins to chase hl
rev = "2ee5118d7a4a59d3ccfaed305bfc05c79cea7637";
};
hyprland-plugins = mkHyprDep {