forked from M-Labs/nix-scripts
artiq-full: fix more conda paths
This commit is contained in:
parent
ffaa3f74ec
commit
ef8664443a
|
@ -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" { }
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue