Missing toString caused nixpkgs import if not using ./upstream

This commit is contained in:
Tyson Whitehead
2018-01-30 11:58:38 -05:00
parent 86b95e8349
commit 1cb8792d05

View File

@@ -124,7 +124,7 @@ let
( builtins.pathExists (path + /.version)
&& ( builtins.readFile (path + /.version) == version
|| builtins.trace ''
Skipping ${path} as not version ${version}.
Skipping ${toString path} as not version ${version}.
'' false ) );
# paths - Paths to search for nixpkgs.