X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/6ce759dea0df6654749d5a12167f2d2ee4f85c26..48a6257474f5fb7daff47b7bc0664c76fae50e13:/.profile diff --git a/.profile b/.profile index d726093..8b7956f 100644 --- a/.profile +++ b/.profile @@ -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