artiq-full: fix more conda paths

master
Sebastien Bourdeauducq 2020-06-09 16:24:14 +08:00
parent ffaa3f74ec
commit ef8664443a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ jobs }:
let
condaBuilderEnv = import <artiq-fast/conda-builder-env.nix> { inherit pkgs; };
condaBuilderEnv = import <artiq-fast/conda/builder-env.nix> { inherit pkgs; };
in
pkgs.runCommand "conda-channel" { }
''