Missing toString caused nixpkgs import if not using ./upstream
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user