blob: 7c56abc0d8965acb3b96ef72e4bc4e5cf76b3d80 [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 (name: type: lib.hasSuffix ".nix" name && type == "regular") (builtins.readDir dir)))