use old package name for conda channel

pull/1/head
Sebastien Bourdeauducq 2022-02-12 18:02:45 +08:00
parent 3a32759c3c
commit b6969d03b3
1 changed files with 2 additions and 2 deletions

View File

@ -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;
};
};
}