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