forked from M-Labs/nix-scripts
windows tests: doc
This commit is contained in:
parent
f6441df090
commit
937a27dd48
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue