mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
fix(nix): add xclip and wl-copy
This commit is contained in:
parent
c42edd8055
commit
f7441f9c42
1 changed files with 9 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
|||
openssh,
|
||||
ffmpeg,
|
||||
tirith,
|
||||
|
||||
# linux-only deps
|
||||
wl-clipboard,
|
||||
xclip,
|
||||
|
||||
# Flake inputs — passed explicitly by packages.nix and overlays.nix
|
||||
uv2nix,
|
||||
pyproject-nix,
|
||||
|
|
@ -68,6 +73,10 @@ let
|
|||
openssh
|
||||
ffmpeg
|
||||
tirith
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
wl-clipboard
|
||||
xclip
|
||||
];
|
||||
|
||||
runtimePath = lib.makeBinPath runtimeDeps;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue