refactor: split harness-base.nix into harness/ feature modules

This commit is contained in:
müde 2026-07-13 21:16:29 +02:00
commit ecaad48fad
17 changed files with 2392 additions and 2208 deletions

View file

@ -1,6 +1,6 @@
{ ... }:
{
imports = [ ./harness-base.nix ];
imports = [ ./harness ];
# Entry-point for sub-agent containers. Referenced from `flake.nix`
# (`nixosConfigurations.agent-base`) and the meta-flake's
# `applied/<name>/flake.nix`.