From b6969d03b3c148b0f15399c8e37ecc88d9fa35f2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 12 Feb 2022 18:02:45 +0800 Subject: [PATCH] use old package name for conda channel --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 10e3308..5bb7b21 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; }