mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
--proxy=proxy:3128
This commit is contained in:
parent
b1e321d6ce
commit
b4bc8b7616
4 changed files with 53 additions and 1 deletions
|
@ -65,7 +65,7 @@ for i in "$@"; do
|
|||
done;
|
||||
elif [ "$i" != "$httpHost" ] || [ "$i" != "$httpsHost" ]; then
|
||||
cat needed-paths | while read; do
|
||||
curl -L "$i${REPLY##*/}" | gunzip | nix-store --import;
|
||||
curl ${BAD_CERTIFICATE:+-k} -L "$i${REPLY##*/}" | gunzip | nix-store --import;
|
||||
done;
|
||||
fi;
|
||||
mv needed-paths wanted-paths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue