windows tests: switch condaEnv to "artiq"

this is what install-artiq.py uses.
stm32-no-overlay
Astro 2019-04-14 22:17:42 +02:00 committed by Sébastien Bourdeauducq
parent 38589b04c1
commit 005abc393d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ let
};
ssh = qemu.ssh;
scp = qemu.scp;
condaEnv = "artiq-env";
condaEnv = "artiq";
makeTest = name: testCommand:
stdenv.mkDerivation {