aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-22 22:12:55 -0300
committerEuAndreh <eu@euandre.org>2019-05-22 22:12:55 -0300
commit37ff2b4c845bc1e2c7fa0d62dc293dda8349193e (patch)
tree8f668e2b5093b4bf57f48dc9ab62a808d9fa9cdc /bash
parentmrconfig.ini (diff)
downloaddotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.gz
dotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.xz
Revert "Remove Guix compatibility code."
This reverts commit 5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 7b51529..d86a89b 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -66,6 +66,21 @@ isLinux && {
#
+# Guix
+#
+
+# export GUIX_PROFILE="$HOME/.guix-profile/etc/profile"
+# isLinux && {
+# source "$GUIX_PROFILE"
+# }
+export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH"
+export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
+export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" # after running guix package -i glibc-utf8-locales
+# https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi?id=cd6ae1cee95644b9aa712a7192bc9677a04c146b#n1287
+export NIX_BUILD_CORES=0
+
+
+#
# Go
#