diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-12-01 16:10:26 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-12-01 16:10:43 +0100 |
commit | 96c3fc5dc5ccef5b68289a940b8f06a6e50110ee (patch) | |
tree | f6b823611352abdcb753c501cf46f37c7666156e | |
parent | 9fb1eb4318e838590386f1cb1d51d2c9dbe13b0e (diff) | |
download | dotfiles-96c3fc5dc5ccef5b68289a940b8f06a6e50110ee.tar.gz dotfiles-96c3fc5dc5ccef5b68289a940b8f06a6e50110ee.tar.bz2 dotfiles-96c3fc5dc5ccef5b68289a940b8f06a6e50110ee.zip |
ssl certificates for guix
-rw-r--r-- | home-dots/dot-zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc index a5336c3..560c2bd 100644 --- a/home-dots/dot-zshrc +++ b/home-dots/dot-zshrc @@ -127,3 +127,5 @@ if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env GUIX_PROFILE="$HOME/.guix-profile" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" && export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale GUIX_PROFILE="$HOME/.config/guix/current" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" +export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" +export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" |