fix: pin hyprland to version wher ags doesn't crash
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-26 22:46:39 -04:00
parent 2c6bc8215d
commit cfb4ab02f0
3 changed files with 9 additions and 4 deletions

View file

@ -682,16 +682,17 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1722016404,
"narHash": "sha256-zlO1JffU6YLrcc7XtPikMsodvhlkbdRcDfqDsoHzgQY=",
"lastModified": 1721905853,
"narHash": "sha256-XeDy+Tk54tpARGbGeIgdOhbAikm3CfAX0K6cwBRoNvo=",
"ref": "refs/heads/main",
"rev": "57371b93a058d17affb0ca92f13b8d40582b3ea0",
"revCount": 4985,
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
"revCount": 4982,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
},
"original": {
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"

View file

@ -113,6 +113,7 @@
};
hyprland = {
inputs.nixpkgs.follows = "nixpkgs";
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
submodules = true;
type = "git";
url = "https://github.com/hyprwm/Hyprland";

View file

@ -119,6 +119,9 @@ let
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
# FIXME: wait for fix https://github.com/hyprwm/Hyprland/issues/7043
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
};
hyprland-plugins = mkHyprDep {