From ba9543b7d2be3d4a6c8c1f4b87db67d7adafab81 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2024 18:36:00 +0200 Subject: don't import local paths to nix store --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index 93f64059..023566e5 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -10,7 +10,7 @@ rec { if s.type == "local" then - lib.path.append ../. s.outPath + toString (lib.path.append ../. s.outPath) else toString s.outPath ; -- cgit 1.4.1