os/hosts/ringo/default.nix
2023-10-06 00:00:29 +02:00

7 lines
72 B
Nix

{ suites, ... }:
{
imports = [
./ringo.nix
] ++ suites.ringo;
}