update anyrun and the getExe

This commit is contained in:
jacekpoz 2024-07-16 20:46:58 +02:00
parent e196941cec
commit 24efebfc10
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 4 additions and 5 deletions

View file

@ -30,11 +30,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1717576207, "lastModified": 1721135360,
"narHash": "sha256-LU6d1xX7jN1zt10YU7Oym07MtzVfziSmUEznGFdbuaw=", "narHash": "sha256-ZhSA0e45UxiOAjEVqkym/aULh0Dt+KHJLNda7bjx9UI=",
"owner": "Kirottu", "owner": "Kirottu",
"repo": "anyrun", "repo": "anyrun",
"rev": "7aabad8d5bb7d1bffae903ce86427b888ab824b4", "rev": "c6101a31a80b51e32e96f6a77616b609770172e0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -26,8 +26,7 @@
wl-paste = getExe' wl-clipboard "wl-paste"; wl-paste = getExe' wl-clipboard "wl-paste";
swww-daemon = getExe' inputs.nixpkgs-wayland.packages.${pkgs.system}.swww "swww-daemon"; swww-daemon = getExe' inputs.nixpkgs-wayland.packages.${pkgs.system}.swww "swww-daemon";
wlsunset = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.wlsunset; 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 = getExe' inputs.anyrun.packages.${pkgs.system}.anyrun "anyrun";
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system}; hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};