refactor: split harness-base.nix into harness/ feature modules
This commit is contained in:
parent
c0bd77b314
commit
ecaad48fad
17 changed files with 2392 additions and 2208 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue