From 005abc393da8412d5c410d7b60781b4624f7b29f Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Sun, 14 Apr 2019 22:17:42 +0200 Subject: [PATCH] windows tests: switch condaEnv to "artiq" this is what install-artiq.py uses. --- artiq/windows/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/windows/default.nix b/artiq/windows/default.nix index 31af053..4cd5987 100644 --- a/artiq/windows/default.nix +++ b/artiq/windows/default.nix @@ -33,7 +33,7 @@ let }; ssh = qemu.ssh; scp = qemu.scp; - condaEnv = "artiq-env"; + condaEnv = "artiq"; makeTest = name: testCommand: stdenv.mkDerivation {