From 1cb8792d0520dbd0e557b9d83be3c83fa2af73a9 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Tue, 30 Jan 2018 11:58:38 -0500 Subject: [PATCH] Missing toString caused nixpkgs import if not using ./upstream --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 866d3f3..a2639d5 100644 --- a/default.nix +++ b/default.nix @@ -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.