forked from M-Labs/nix-scripts
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
|
# Build install script & skip building iso
|
||||||
impureMode = true;
|
impureMode = false;
|
||||||
|
|
||||||
# impureShellCommands = [
|
# impureShellCommands = [
|
||||||
# "powershell.exe echo Hello"
|
# "powershell.exe echo Hello"
|
||||||
|
Loading…
Reference in New Issue
Block a user