diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-10 00:28:27 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-10 00:28:27 -0500 |
commit | e72249977843fad5c9ef6c38307c1f2a3b4b5671 (patch) | |
tree | db47dfb823bc69b108a49621ff32e084d0ea6580 | |
parent | 022abd42d78d9a6d982c06c3e86d567052613a15 (diff) | |
download | configs-e72249977843fad5c9ef6c38307c1f2a3b4b5671.tar.gz configs-e72249977843fad5c9ef6c38307c1f2a3b4b5671.tar.xz configs-e72249977843fad5c9ef6c38307c1f2a3b4b5671.zip |
[rc/zsh] add a few env vars related to guix and certs
also do guix package -i nss-certs in conjunction with this
-rw-r--r-- | rc.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5384,6 +5384,9 @@ if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-p export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" export PATH="/$HOME/.config/guix/current/bin${PATH:+:}$PATH" +export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" +export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" +export GIT_SSL_CAINFO="$SSL_CERT_FILE" #+end_src *** zshenv |