7 lines
211 B
Nix
7 lines
211 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./harness-base.nix ];
|
|
# Entry-point for sub-agent containers. Referenced from `flake.nix`
|
|
# (`nixosConfigurations.agent-base`) and the meta-flake's
|
|
# `applied/<name>/flake.nix`.
|
|
}
|