corepkgs/fetchurl.sh: Use config.nix's curl

This commit is contained in:
Shea Levy 2012-07-08 10:32:12 -04:00 committed by Eelco Dolstra
parent 9d94a28bed
commit a994eb92a4
2 changed files with 4 additions and 2 deletions

View file

@ -2,4 +2,4 @@
echo "downloading $url into $out"
@curl@ --fail --location --max-redirs 20 "$url" > "$out"
$curl --fail --location --max-redirs 20 "$url" > "$out"