Skyler Grey | f649adf | 2022-08-26 06:47:44 +0100 | [diff] [blame] | 1 | # Modified from http://chriswarbo.net/projects/nixos/useful_hacks.html |
2 | lib: dir: | ||||
3 | map (name: { | ||||
4 | inherit name; | ||||
5 | path = dir + "/${name}"; | ||||
6 | }) (lib.attrNames (lib.filterAttrs (_: type: type == "directory") (builtins.readDir dir))) |