mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
nix: add tirith to runtime deps (#6721)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
runtimeDeps = with pkgs; [
|
runtimeDeps = with pkgs; [
|
||||||
nodejs_20 ripgrep git openssh ffmpeg
|
nodejs_20 ripgrep git openssh ffmpeg tirith
|
||||||
];
|
];
|
||||||
|
|
||||||
runtimePath = pkgs.lib.makeBinPath runtimeDeps;
|
runtimePath = pkgs.lib.makeBinPath runtimeDeps;
|
||||||
|
|||||||
Reference in New Issue
Block a user