My crass mystake was elsewhere.

This commit is contained in:
zgrep 2018-07-21 09:32:12 -04:00
parent 6fce3e8152
commit 6d011d1901
1 changed files with 3 additions and 5 deletions

View File

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