pub-solar-os/hosts/cube/default.nix
2022-11-26 15:36:55 +01:00

7 lines
70 B
Nix

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