7 lines
49 B
Nix
7 lines
49 B
Nix
|
{ lib }:
|
||
|
|
||
|
{
|
||
|
imports = lib.getModuleImports;
|
||
|
}
|
||
|
|