forked from M-Labs/nix-scripts
9 lines
124 B
Markdown
9 lines
124 B
Markdown
|
# Preparing a Windows image
|
||
|
|
||
|
```shell
|
||
|
nix-build install.nix
|
||
|
result/bin/networked-installer.sh
|
||
|
```
|
||
|
|
||
|
Follow the instructions.
|