7 lines
68 B
Nix
7 lines
68 B
Nix
|
{ suites, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./cox.nix
|
||
|
] ++ suites.cox;
|
||
|
}
|