diff --git a/flake.lock b/flake.lock index bee5655e..76ef84a7 100644 --- a/flake.lock +++ b/flake.lock @@ -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" diff --git a/flake.nix b/flake.nix index 8da25f34..4a840ecd 100644 --- a/flake.nix +++ b/flake.nix @@ -113,6 +113,7 @@ }; hyprland = { inputs.nixpkgs.follows = "nixpkgs"; + rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750"; submodules = true; type = "git"; url = "https://github.com/hyprwm/Hyprland"; diff --git a/flake/inputs.nix b/flake/inputs.nix index b044484f..f83b070b 100644 --- a/flake/inputs.nix +++ b/flake/inputs.nix @@ -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 {