all repos — nixfiles @ 312a4ce589f85d955a19b9d86f0c89b930147072

System and user configuration, managed by nix and home-manager

Revert "pin channels using nix.nixPath rather than using ~/.nix-defexpr" This reverts commit 4e5e1bca6c94b922e906549683e1780a1d49d02f.

Alan Pearce
commit

312a4ce589f85d955a19b9d86f0c89b930147072

parent

cb6c1b4d42c5170ee0d4ac61a75c674777c86b53

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M lib/default.nixlib/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 ;