windows: Dont run in impure mode

wfvm
adisbladis 2020-01-27 10:34:19 +00:00 committed by Stephan Maka
parent 738ce24d9c
commit a1e5d01f80
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ win.makeWindowsImage {
};
# Build install script & skip building iso
impureMode = true;
impureMode = false;
# impureShellCommands = [
# "powershell.exe echo Hello"