mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
cdaecff49f
svn path=/nixpkgs/trunk/; revision=2257
8 lines
119 B
Bash
8 lines
119 B
Bash
. $stdenv/setup
|
|
|
|
header "downloading $out from $url"
|
|
|
|
curl --fail --location --max-redirs 20 "$url" > "$out"
|
|
|
|
stopNest
|