forked from M-Labs/nix-scripts
wfvm: fix VS download
This commit is contained in:
parent
b30fa47e53
commit
ae201e2aa8
|
@ -125,7 +125,7 @@ rec {
|
|||
''
|
||||
mkdir $out
|
||||
cd $out
|
||||
wfvm-run-download-vs
|
||||
wfvm-run-download-vs-1
|
||||
'';
|
||||
};
|
||||
download-2 = wfvm.utils.wfvm-run {
|
||||
|
|
Loading…
Reference in New Issue