diff --git a/nix/hermes-agent.nix b/nix/hermes-agent.nix index 6c391878cc5..f373c25bcda 100644 --- a/nix/hermes-agent.nix +++ b/nix/hermes-agent.nix @@ -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;