os/hosts/ringo/default.nix

7 lines
72 B
Nix

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