Phase 3c: nixpkgs-unstable for claude-code; harness calls claude --print, falls back to echo
This commit is contained in:
parent
2fe9e91005
commit
6e7fd2e897
6 changed files with 106 additions and 45 deletions
|
|
@ -29,7 +29,6 @@ in
|
|||
systemd.services.hive-c0re = {
|
||||
description = "hyperhive coordinator daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
# `nixos-container` lives in the system path; make it reachable from the unit.
|
||||
path = [ "/run/current-system/sw" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${cfg.package}/bin/hive-c0re --socket /run/hyperhive/host.sock serve --agent-flake ${cfg.agentFlake}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue