4 lines
79 B
Nix
4 lines
79 B
Nix
|
{ util, config, ... } @args: {
|
||
|
text = util.catText (util.ls ./module) args;
|
||
|
}
|