Sebastien Bourdeauducq 38d7c89a8b | ||
---|---|---|
.. | ||
bundle | ||
layers | ||
openssh | ||
README.md | ||
autounattend.nix | ||
default.nix | ||
demo-image.nix | ||
demo-ssh.nix | ||
utils.nix | ||
win.nix |
README.md
Preparation steps
Install a Windows image
- Adjust demo-image.nix accordingly
- Run:
If in impure mode
nix-build demo-image.nix
./result
Results in a file called c.img
If in pure mode
nix-build demo-image.nix
ls -la ./result
Results in a symlink to the image in the nix store
Impure/pure mode
Sometimes it can be useful to build the image outside of the Nix sandbox for debugging purposes.
For this purpose we have an attribute called impureMode
which outputs the shell script used by Nix inside the sandbox to build the image.