agent + manager: put claude-code on the harness service PATH

This commit is contained in:
müde 2026-05-15 13:14:28 +02:00
parent d07f5eadaa
commit 1cbfacda20
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,9 @@
HIVE_PORT = "8000";
HIVE_LABEL = "hm1nd";
};
# See note in agent-base.nix — `claude` has to be on the service PATH
# explicitly for the harness to shell out to it.
path = [ pkgs.claude-code ];
serviceConfig = {
ExecStart = "${pkgs.hyperhive}/bin/hive-m1nd serve";
Restart = "on-failure";