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;
|
||||
scp = qemu.scp;
|
||||
condaEnv = "artiq-env";
|
||||
condaEnv = "artiq";
|
||||
|
||||
makeTest = name: testCommand:
|
||||
stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in New Issue