cdaecff49f
svn path=/nixpkgs/trunk/; revision=2257
7 lines
119 B
Bash
7 lines
119 B
Bash
. $stdenv/setup
|
|
|
|
header "downloading $out from $url"
|
|
|
|
curl --fail --location --max-redirs 20 "$url" > "$out"
|
|
|
|
stopNest
|