6 lines
48 B
Nix
6 lines
48 B
Nix
|
{ lib }:
|
||
|
|
||
|
{
|
||
|
imports = lib.getModuleImports;
|
||
|
}
|