From 312a4ce589f85d955a19b9d86f0c89b930147072 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 15:53:03 +0200 Subject: Revert "pin channels using nix.nixPath rather than using ~/.nix-defexpr" This reverts commit 4e5e1bca6c94b922e906549683e1780a1d49d02f. --- 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 023566e5..93f64059 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -10,7 +10,7 @@ rec { if s.type == "local" then - toString (lib.path.append ../. s.outPath) + lib.path.append ../. s.outPath else toString s.outPath ; -- cgit 1.4.1