blob: 9cf1699732dcdede3461510c8fb5a441b10586d4 [file] [log] [blame]
# Modified from http://chriswarbo.net/projects/nixos/useful_hacks.html
lib: dir: map (name: dir + "/${name}") (lib.attrNames (lib.filterAttrs (name: _: lib.hasSuffix ".sh" name) (builtins.readDir dir)))