forked from M-Labs/nix-scripts
windows tests: switch condaEnv to "artiq"
this is what install-artiq.py uses.
This commit is contained in:
parent
38589b04c1
commit
005abc393d
|
@ -33,7 +33,7 @@ let
|
||||||
};
|
};
|
||||||
ssh = qemu.ssh;
|
ssh = qemu.ssh;
|
||||||
scp = qemu.scp;
|
scp = qemu.scp;
|
||||||
condaEnv = "artiq-env";
|
condaEnv = "artiq";
|
||||||
|
|
||||||
makeTest = name: testCommand:
|
makeTest = name: testCommand:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
Loading…
Reference in New Issue