all repos — nixfiles @ a46864566b13b61bddd9b0ee15457efa288ec3de

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

pin channels using nix.nixPath rather than using ~/.nix-defexpr

Alan Pearce
commit

a46864566b13b61bddd9b0ee15457efa288ec3de

parent

64139f9a3660d779fdc59747ca465c48aef04648

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 - lib.path.append ../. s.outPath + toString (lib.path.append ../. s.outPath) else toString s.outPath ;