fetchurl: improve error handling flags to curl to retry harder (#358042)
This commit is contained in:
commit
e43d648ac1
@ -11,6 +11,8 @@ curl=(
|
||||
--location
|
||||
--max-redirs 20
|
||||
--retry 3
|
||||
--retry-all-errors
|
||||
--continue-at -
|
||||
--disable-epsv
|
||||
--cookie-jar cookies
|
||||
--user-agent "curl/$curlVersion Nixpkgs/$nixpkgsVersion"
|
||||
|
Loading…
x
Reference in New Issue
Block a user