Stab in the dark.

This commit is contained in:
zgrep 2018-07-21 10:45:34 -04:00
parent a22383b069
commit 95486c9c9e
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ let
type == "directory" && (substring 0 1 name) != "."
) (readDir here);
in mapAttrs (name: type:
callPackage (import here/name)
callPackage (import (here + "/" + name))
) want