4 lines
80 B
Nix
4 lines
80 B
Nix
|
with builtins;
|
||
|
|
||
|
p: (import ./mkAttrItemsFunction.nix) "name" "type" (readDir p)
|