forked from M-Labs/nix-scripts
artiq-full/conda-channel: fix artiq-fast path
This commit is contained in:
parent
0c3f5161e1
commit
bc1ffe4fbf
|
@ -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