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 }:
|
{ jobs }:
|
||||||
|
|
||||||
let
|
let
|
||||||
condaBuilderEnv = import <artiq-fast/conda-builder-env.nix> { inherit pkgs; };
|
condaBuilderEnv = import <artiq-fast/conda/builder-env.nix> { inherit pkgs; };
|
||||||
in
|
in
|
||||||
pkgs.runCommand "conda-channel" { }
|
pkgs.runCommand "conda-channel" { }
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue