wfvm: avoid copying large anaconda installer file

master
Sebastien Bourdeauducq 2020-06-11 17:01:17 +08:00
parent 40e8cc8407
commit b8a7f84483
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ win.makeWindowsImage {
sha256 = "1f9icm5rwab6l1f23a70dw0qixzrl62wbglimip82h4zhxlh3jfj";
};
in ''
cp ${Anaconda3} ./Anaconda3.exe
ln -s ${Anaconda3} ./Anaconda3.exe
win put Anaconda3.exe 'C:\Users\artiq'
win exec 'start /wait "" .\Anaconda3.exe /S /D=%UserProfile%\Anaconda3'
'';