forked from M-Labs/artiq-extrapkg
use old package name for conda channel
This commit is contained in:
parent
3a32759c3c
commit
b6969d03b3
|
@ -113,7 +113,7 @@
|
|||
|
||||
in rec {
|
||||
packages.x86_64-linux = {
|
||||
condaChannel = makeCondaChannel [
|
||||
conda-channel = makeCondaChannel [
|
||||
{
|
||||
name = "sipyco";
|
||||
version = artiq.inputs.sipyco.packages.x86_64-linux.sipyco.version;
|
||||
|
@ -157,7 +157,7 @@
|
|||
};
|
||||
|
||||
hydraJobs = {
|
||||
inherit (packages.x86_64-linux) condaChannel;
|
||||
inherit (packages.x86_64-linux) conda-channel;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue