fix: pin hyprland to version wher ags doesn't crash
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
2c6bc8215d
commit
cfb4ab02f0
3 changed files with 9 additions and 4 deletions
|
@ -682,16 +682,17 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722016404,
|
"lastModified": 1721905853,
|
||||||
"narHash": "sha256-zlO1JffU6YLrcc7XtPikMsodvhlkbdRcDfqDsoHzgQY=",
|
"narHash": "sha256-XeDy+Tk54tpARGbGeIgdOhbAikm3CfAX0K6cwBRoNvo=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "57371b93a058d17affb0ca92f13b8d40582b3ea0",
|
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
|
||||||
"revCount": 4985,
|
"revCount": 4982,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
|
|
@ -113,6 +113,7 @@
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/hyprwm/Hyprland";
|
url = "https://github.com/hyprwm/Hyprland";
|
||||||
|
|
|
@ -119,6 +119,9 @@ let
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/hyprwm/Hyprland";
|
url = "https://github.com/hyprwm/Hyprland";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
|
|
||||||
|
# FIXME: wait for fix https://github.com/hyprwm/Hyprland/issues/7043
|
||||||
|
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland-plugins = mkHyprDep {
|
hyprland-plugins = mkHyprDep {
|
||||||
|
|
Loading…
Reference in a new issue