I don't know what I'm doing.

This commit is contained in:
zgrep 2018-07-21 09:52:22 -04:00
parent 6d011d1901
commit 63795565a6
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ let
want = filterAttrs (name: type:
type == "directory" && (substring 0 1 name) != "."
) (readDir here);
in mapAttrs (name: type:
in rec {} // mapAttrs (name: type:
callPackage (import here/name)
) want