diff --git a/flake.lock b/flake.lock index db41e956..3626fa89 100644 --- a/flake.lock +++ b/flake.lock @@ -682,16 +682,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1722112981, - "narHash": "sha256-0tpOoFxpyYwoo9craExTcxx1yroUuSjHTP2+8toM7Qw=", + "lastModified": 1721905853, + "narHash": "sha256-XeDy+Tk54tpARGbGeIgdOhbAikm3CfAX0K6cwBRoNvo=", "ref": "refs/heads/main", - "rev": "bc86afea7e177a7ad4335737417fc0e468698dc4", - "revCount": 5002, + "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 bf7356ab..5e5819d9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,5 @@ # Do not modify! This file is generated. + { inputs = { Hyprspace = { @@ -112,6 +113,7 @@ }; hyprland = { inputs.nixpkgs.follows = "nixpkgs"; + rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750"; submodules = true; type = "git"; url = "https://github.com/hyprwm/Hyprland"; @@ -328,4 +330,4 @@ }; }; outputs = inputs: inputs.flakegen ./flake.in.nix inputs; -} +} \ No newline at end of file diff --git a/flake/inputs.nix b/flake/inputs.nix index 4caf47d7..ce714bc8 100644 --- a/flake/inputs.nix +++ b/flake/inputs.nix @@ -116,6 +116,9 @@ let type = "git"; url = "https://github.com/hyprwm/Hyprland"; submodules = true; + + # FIXME: layers don't fade out on latest + rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750"; }; hyprland-plugins = mkHyprDep {