blob: 81f30b1fac4bf2a2870c65d383f2ab7c445f29c8 [file] [log] [blame]
# Modified from http://chriswarbo.net/projects/nixos/useful_hacks.html
lib: dir:
map
(name: {
inherit name;
path = dir + "/${name}";
})
(lib.attrNames (lib.filterAttrs (_: type: type == "directory") (builtins.readDir dir)))