nix-scripts/artiq/windows
Astro d7917b4b5b windows tests: rename default.nix to run-test.nix
default.nix will now run the tests outside of hydra.
2019-04-18 15:54:30 +02:00
..
README.md windows tests: rename default.nix to run-test.nix 2019-04-18 15:54:30 +02:00
default.nix windows tests: rename default.nix to run-test.nix 2019-04-18 15:54:30 +02:00
install.nix windows: fix qemu inputs propagation 2019-04-18 15:08:17 +08:00
install.txt windows tests: move install.txt into separate file 2019-04-18 14:50:07 +08:00
qemu.nix windows: remove qemu -> qemu_kvm indirection 2019-04-18 15:19:42 +08:00
run-test.nix windows tests: rename default.nix to run-test.nix 2019-04-18 15:54:30 +02:00

README.md

Preparing a Windows image

nix-build install.nix
result/bin/networked-installer.sh

Follow the instructions.

Then press return to automatically complete the installation via SSH. The virtual machine will be shut down when the process is complete.

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