windows: Dont run in impure mode
This commit is contained in:
parent
738ce24d9c
commit
a1e5d01f80
|
@ -28,7 +28,7 @@ win.makeWindowsImage {
|
|||
};
|
||||
|
||||
# Build install script & skip building iso
|
||||
impureMode = true;
|
||||
impureMode = false;
|
||||
|
||||
# impureShellCommands = [
|
||||
# "powershell.exe echo Hello"
|
||||
|
|
Loading…
Reference in New Issue