All checks were successful
continuous-integration/drone/push Build is passing
6 lines
100 B
Nix
6 lines
100 B
Nix
{ suites, ... }:
|
|
{
|
|
imports = [
|
|
./host_001_momo_koeln.nix
|
|
] ++ suites.host_001_momo_koeln;
|
|
}
|