Skyler Grey | bcb2cb7 | 2022-08-21 07:24:35 +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 (name: _: lib.hasSuffix ".nix" name) (builtins.readDir dir))) |