projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6ce759d
)
shell: export guix’s SSL_CERT_{DIR,FILE} as needed
author
Amin Bandali
<bandali@gnu.org>
Sat, 10 Aug 2019 18:35:28 +0000
(14:35 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 10 Aug 2019 18:35:28 +0000
(14:35 -0400)
i.e. when guix itself installed, and nss-certs is installed too
.profile
patch
|
blob
|
blame
|
history
diff --git
a/.profile
b/.profile
index
d726093
..
8b7956f
100644
(file)
--- 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