corepkgs/fetchurl.sh: Use config.nix's curl
This commit is contained in:
parent
9d94a28bed
commit
a994eb92a4
2 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue