diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-10 14:35:28 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-10 14:35:28 -0400 |
commit | 48a6257474f5fb7daff47b7bc0664c76fae50e13 (patch) | |
tree | 4f4953d99d692ae76a2286b5698062f1a8427c47 /.profile | |
parent | 6ce759dea0df6654749d5a12167f2d2ee4f85c26 (diff) | |
download | configs-48a6257474f5fb7daff47b7bc0664c76fae50e13.tar.gz configs-48a6257474f5fb7daff47b7bc0664c76fae50e13.tar.xz configs-48a6257474f5fb7daff47b7bc0664c76fae50e13.zip |
shell: export guix’s SSL_CERT_{DIR,FILE} as needed
i.e. when guix itself installed, and nss-certs is installed too
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ fi if [ -z "$IS_GUIX_SYSTEM" ]; then # if guix is installed if [ -x "$(command -v guix)" ]; then + export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" + export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" GUIX_PROFILE="$HOME/.guix-profile" . "$GUIX_PROFILE/etc/profile" fi |