mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
* Show errors in nix-prefetch-url.
This commit is contained in:
parent
5c793ad03e
commit
dbc0170ed9
3 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@ fi
|
|||
|
||||
|
||||
doDownload() {
|
||||
@curl@ $cacheFlags --fail -# --show-error --location --max-redirs 20 --disable-epsv \
|
||||
@curl@ $cacheFlags --fail -# --location --max-redirs 20 --disable-epsv \
|
||||
--cookie-jar $tmpPath/cookies "$url" -o $tmpFile
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue