mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
821b647832
svn path=/nixpkgs/trunk/; revision=6829
3 lines
106 B
Bash
3 lines
106 B
Bash
set -e
|
|
echo "downloading $out from $url"
|
|
$curl/bin/curl --fail --location --max-redirs 20 "$url" > "$out"
|