From a46864566b13b61bddd9b0ee15457efa288ec3de Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 6 May 2024 13:07:15 +0200 Subject: pin channels using nix.nixPath rather than using ~/.nix-defexpr --- 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