X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/09b0be0bc8af645e6c9020f89da68e9cfc897d0a..3dfefa5182d995659829548f2fe39eb584b6688e:/.profile diff --git a/.profile b/.profile index d726093..4ca1d4b 100644 --- a/.profile +++ b/.profile @@ -40,6 +40,13 @@ fi if [ -z "$IS_GUIX_SYSTEM" ]; then # if guix is installed if [ -x "$(command -v guix)" ]; then + SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" + if [ -d "$SSL_CERT_DIR" -o -h "$SSL_CERT_DIR" ]; then + export SSL_CERT_DIR + export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" + else + printf "it seems you forgot to \`guix install nss-certs\'\n" + fi GUIX_PROFILE="$HOME/.guix-profile" . "$GUIX_PROFILE/etc/profile" fi