Revert "pin channels using nix.nixPath rather than using ~/.nix-defexpr" This reverts commit 4e5e1bca6c94b922e906549683e1780a1d49d02f.
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M lib/default.nix → lib/default.nix
@@ -10,7 +10,7 @@ mkPathable = s: if s.type == "local" then - toString (lib.path.append ../. s.outPath) + lib.path.append ../. s.outPath else toString s.outPath ;