diff --git a/flake.lock b/flake.lock index f9787a4..23fa12f 100644 --- a/flake.lock +++ b/flake.lock @@ -30,11 +30,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1717576207, - "narHash": "sha256-LU6d1xX7jN1zt10YU7Oym07MtzVfziSmUEznGFdbuaw=", + "lastModified": 1721135360, + "narHash": "sha256-ZhSA0e45UxiOAjEVqkym/aULh0Dt+KHJLNda7bjx9UI=", "owner": "Kirottu", "repo": "anyrun", - "rev": "7aabad8d5bb7d1bffae903ce86427b888ab824b4", + "rev": "c6101a31a80b51e32e96f6a77616b609770172e0", "type": "github" }, "original": { diff --git a/modules/gui/hypr/land.nix b/modules/gui/hypr/land.nix index d58d1a1..cd82c66 100644 --- a/modules/gui/hypr/land.nix +++ b/modules/gui/hypr/land.nix @@ -26,8 +26,7 @@ wl-paste = getExe' wl-clipboard "wl-paste"; swww-daemon = getExe' inputs.nixpkgs-wayland.packages.${pkgs.system}.swww "swww-daemon"; wlsunset = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.wlsunset; - # TODO https://github.com/anyrun-org/anyrun/pull/175 - anyrun = getExe' inputs.anyrun.packages.${pkgs.system}.anyrun "anyrun"; + anyrun = getExe inputs.anyrun.packages.${pkgs.system}.anyrun; hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};