cascade-functions/readDirItems.nix

4 lines
80 B
Nix
Raw Normal View History

2022-10-16 22:46:24 +00:00
with builtins;
p: (import ./mkAttrItemsFunction.nix) "name" "type" (readDir p)