summaryrefslogtreecommitdiff
path: root/shell-scripts
diff options
context:
space:
mode:
authorMike Vink <mike.vink@stater.nl>2023-05-17 08:16:20 +0000
committerMike Vink <mike.vink@stater.nl>2023-05-17 08:16:20 +0000
commit728f4fe12181c1e99b5842169aacf3938b36a7f3 (patch)
tree3cc642992488b397c12bfd73a89efb18e1da34a6 /shell-scripts
parent14658fec1b6a9e3b629a647a5a291199ec488c6f (diff)
forgot no_proxy
Diffstat (limited to 'shell-scripts')
-rw-r--r--shell-scripts/nixup1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-scripts/nixup b/shell-scripts/nixup
index 6e66ae4..1270a89 100644
--- a/shell-scripts/nixup
+++ b/shell-scripts/nixup
@@ -69,6 +69,7 @@ EOF
-e GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt \
-e NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \
-e SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \
+ -e no_proxy=$no_proxy \
-e http_proxy=$http_proxy \
-e https_proxy=$http_proxy \
-e SHELL=bash \