7 lines
215 B
Nix
7 lines
215 B
Nix
{ ... }:
|
|
{
|
|
# Entry-point for the privileged root agent (ruth). Referenced from
|
|
# `flake.nix` (`nixosConfigurations.ruth`) and the meta-flake's
|
|
# `applied/ruth/flake.nix`.
|
|
imports = [ ./harness-base.nix ];
|
|
}
|