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
|
|
@ -2,7 +2,15 @@
|
|||
{
|
||||
boot.isNspawnContainer = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.hyperhive ];
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg: builtins.elem (pkgs.lib.getName pkg) [ "claude-code" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyperhive
|
||||
claude-code
|
||||
git
|
||||
coreutils-full
|
||||
];
|
||||
|
||||
systemd.services.hive-ag3nt = {
|
||||
description = "hive-ag3nt harness";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue