8 lines
90 B
Nix
8 lines
90 B
Nix
{suites, ...}: {
|
|
imports =
|
|
[
|
|
./companion.nix
|
|
]
|
|
++ suites.companion;
|
|
}
|