Missing toString caused nixpkgs import if not using ./upstream
This commit is contained in:
@@ -124,7 +124,7 @@ let
|
|||||||
( builtins.pathExists (path + /.version)
|
( builtins.pathExists (path + /.version)
|
||||||
&& ( builtins.readFile (path + /.version) == version
|
&& ( builtins.readFile (path + /.version) == version
|
||||||
|| builtins.trace ''
|
|| builtins.trace ''
|
||||||
Skipping ${path} as not version ${version}.
|
Skipping ${toString path} as not version ${version}.
|
||||||
'' false ) );
|
'' false ) );
|
||||||
|
|
||||||
# paths - Paths to search for nixpkgs.
|
# paths - Paths to search for nixpkgs.
|
||||||
|
|||||||
Reference in New Issue
Block a user