update anyrun and the getExe
This commit is contained in:
parent
e196941cec
commit
24efebfc10
2 changed files with 4 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue