8 lines
181 B
Nix
8 lines
181 B
Nix
{
|
|
# hermes agent retired (migrated to standalone debian VM fen-vm).
|
|
# Kept as core-only so the host still builds until it is decommissioned.
|
|
imports = [
|
|
./core.nix
|
|
];
|
|
}
|