nix-scripts/artiq/windows
Sebastien Bourdeauducq 83d84fc200 use default nixpkgs import only on top-level nix files 2019-04-24 15:23:58 +08:00
..
README.md windows/default.nix -> manual-test-run.nix 2019-04-24 11:23:33 +08:00
install.nix windows tests: forward ports 2019-04-18 17:34:50 +02:00
install.txt windows tests: move install.txt into separate file 2019-04-18 14:50:07 +08:00
manual-test-run.nix remove unnecessary 'src = null' in mkDerivation 2019-04-24 11:28:14 +08:00
qemu.nix windows tests: configure an ssh UserKnownHostsFile 2019-04-23 22:40:19 +02:00
run-test.nix use default nixpkgs import only on top-level nix files 2019-04-24 15:23:58 +08:00

README.md

Preparation steps

Install a Windows image

nix-build install.nix -I artiqSrc=…/artiq
result/bin/windows-installer.sh

Follow the instructions.

Install Anaconda to the image

result/bin/anaconda-installer.sh

Move the image c.img to one of Nix' extra-sandbox-paths (nix.sandboxPaths on NixOS).

Running the tests manually

nix-build --pure --arg diskImage "\"…/c.img\"" -I artiqSrc=…/artiq manual-test-run.nix