From 937a27dd481b7818815430ad0107d98d978ab8b8 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Tue, 9 Apr 2019 16:49:01 +0200 Subject: [PATCH] windows tests: doc --- artiq/windows/default.nix | 1 + artiq/windows/install.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/artiq/windows/default.nix b/artiq/windows/default.nix index da49ac8..7d2b66a 100644 --- a/artiq/windows/default.nix +++ b/artiq/windows/default.nix @@ -2,6 +2,7 @@ diskImage ? "/opt/windows/c.img", qemuMem ? "2G", testTimeout ? 120, + # This artiqPkg should be a current build passed by the caller artiqPkg ? (pkgs.fetchurl { url = "https://nixbld.m-labs.hk/build/2316/download/1/artiq-5e.b8e2b82a-0.tar.bz2"; sha256 = "0gisv3a17rnwavsifpz4cfnqvlssv37pysi2qx41k67rmcpqcs98"; diff --git a/artiq/windows/install.nix b/artiq/windows/install.nix index 946ab08..dcc98b2 100644 --- a/artiq/windows/install.nix +++ b/artiq/windows/install.nix @@ -10,6 +10,7 @@ let url = "https://software-download.microsoft.com/download/sg/17763.107.101029-1455.rs5_release_svc_refresh_CLIENT_LTSC_EVAL_x64FRE_en-us.iso"; sha256 = "668fe1af70c2f7416328aee3a0bb066b12dc6bbd2576f40f812b95741e18bc3a"; }; + # Newer Miniconda contains unusable OpenSSL, preventing any package fetching miniconda = fetchurl { url = "https://repo.anaconda.com/miniconda/Miniconda3-4.5.11-Windows-x86_64.exe"; sha256 = "1kyf03571fhxd0a9f8bcpmqfdpw7461kclfyb4yb3dsi783y4sck";