os/hosts/cube/default.nix

7 lines
70 B
Nix

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