From e680efcd6a77cb8cf696e8d8a14c6251b7f7277c Mon Sep 17 00:00:00 2001 From: Brad Bondurant Date: Mon, 11 Jul 2022 17:12:40 -0400 Subject: [PATCH] flake: expose `makeCondaChannel` in outputs --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9da14b4..4a8e995 100644 --- a/flake.nix +++ b/flake.nix @@ -112,6 +112,7 @@ }; in rec { + inherit makeCondaChannel; packages.x86_64-linux = rec { korad_ka3005p = pkgs.python3Packages.buildPythonPackage { pname = "korad_ka3005p";