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