11 lines
139 B
Nix
11 lines
139 B
Nix
{
|
|
suites,
|
|
mylib,
|
|
...
|
|
}:
|
|
{
|
|
imports = suites.server ++ (mylib.path.scanPaths ./. "default.nix");
|
|
|
|
system.stateVersion = "24.05";
|
|
}
|