From 213d90e5762601281eae23f11ed60b81f969dcf9 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 68ea05f..d8a4654 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";