all repos — nixfiles @ ba9543b7d2be3d4a6c8c1f4b87db67d7adafab81

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

don't import local paths to nix store

Alan Pearce
commit

ba9543b7d2be3d4a6c8c1f4b87db67d7adafab81

parent

8cb26779249953cc7882bc11135779de035fa2bc

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

jump to
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 ;