nix-scripts/artiq-fast/windows/README.md

21 lines
323 B
Markdown

# Preparation steps
## Install a Windows image
1. Adjust build.nix accordingly
2. Run:
If in impure mode
```shell
nix-build build.nix
./result
```
Results in a file called c.img
If in "pure" mode
```shell
nix-build --option sandbox false build.nix
ls -la ./result
```
Results in a symlink to the image in the nix store