CASCADE/functions/readDirItems.nix

4 lines
80 B
Nix
Raw Normal View History

2022-09-24 03:24:58 +00:00
with builtins;
p: (import ./mkAttrItemsFunction.nix) "name" "type" (readDir p)