7 lines
98 B
Nix
7 lines
98 B
Nix
|
{ suites, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./pioneer-momo-koeln.nix
|
||
|
] ++ suites.pioneer-momo-koeln;
|
||
|
}
|