Convert proxy+drone bring-up to writeShellApplication systemd oneshots that reconcile every activation (orchestrator steer). pkgs.abra overlay. Runner connected via RPC (polling, capacity=2). install.md = clone + nixos-rebuild switch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
253 B
Nix
7 lines
253 B
Nix
# abra — the Co-op Cloud CLI used by the harness and the proxy/drone reconcile oneshots.
|
|
# The package is defined as an overlay in modules/packages.nix (pkgs.abra), pinned by hash (D8).
|
|
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = [ pkgs.abra ];
|
|
}
|