aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-17 22:51:41 -0300
committerEuAndreh <eu@euandre.org>2019-05-17 22:55:40 -0300
commit5e9efb6478e7ef38ee2fcf2921634db0c27f5d05 (patch)
tree460673dc44e8530a41ff5e5d7fd9b092a8274826 /bash
parentRevert "Remove mentat from $SRHT_REPOS." (diff)
downloaddotfiles-5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.tar.gz
dotfiles-5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.tar.xz
Remove Guix compatibility code.
Remove: - systemd definition; - guixbuilder users; - guixbuild groud; - guix binary symlink; - mr repository configurations; - gc.sh instructions; - Emacs configuration; - environment variables.
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/bash/env.sh b/bash/env.sh
index fd15a0f..e18f2e7 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -66,21 +66,6 @@ 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
#