forked from M-Labs/artiq-extrapkg
flake: expose `makeCondaChannel` in outputs
This commit is contained in:
parent
56946170c6
commit
e680efcd6a
|
@ -112,6 +112,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
in rec {
|
in rec {
|
||||||
|
inherit makeCondaChannel;
|
||||||
packages.x86_64-linux = rec {
|
packages.x86_64-linux = rec {
|
||||||
korad_ka3005p = pkgs.python3Packages.buildPythonPackage {
|
korad_ka3005p = pkgs.python3Packages.buildPythonPackage {
|
||||||
pname = "korad_ka3005p";
|
pname = "korad_ka3005p";
|
||||||
|
|
Loading…
Reference in New Issue