5 lines
71 B
Nix
5 lines
71 B
Nix
{ util, ... }@args:
|
|
{
|
|
text = util.catFile (util.ls ./module) args;
|
|
}
|