fix(#2280): restore --bin hive-priv in daemonBins — dropped in symlinkJoin refactor
This commit is contained in:
parent
dfbf198ef3
commit
603c3b79dd
1 changed files with 2 additions and 2 deletions
|
|
@ -184,10 +184,10 @@
|
|||
daemonBins = craneLib.buildPackage {
|
||||
src = cleanSrc;
|
||||
inherit cargoArtifacts nativeBuildInputs;
|
||||
cargoExtraArgs = "--bin hive-c0re --bin hive-agent --bin hive-agent-mcp --bin hive-agent-wake --bin hive-bash-daemon --bin hive-bash-mcp --bin hive-matrix-daemon --bin hive-matrix-mcp --bin hive-metric";
|
||||
cargoExtraArgs = "--bin hive-c0re --bin hive-priv --bin hive-agent --bin hive-agent-mcp --bin hive-agent-wake --bin hive-bash-daemon --bin hive-bash-mcp --bin hive-matrix-daemon --bin hive-matrix-mcp --bin hive-metric";
|
||||
pname = "hyperhive-daemon";
|
||||
version = "0.1.0";
|
||||
meta.description = "hyperhive daemon + agent harness + bash/matrix MCP servers";
|
||||
meta.description = "hyperhive daemon + privileged helper + agent harness + bash/matrix MCP servers";
|
||||
doCheck = false;
|
||||
};
|
||||
# Operator CLI — ships `hivectl` (with shell completions and the
|
||||
|
|
|
|||
Loading…
Reference in a new issue