diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-01-10 17:31:15 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-01-10 18:09:54 +0100 |
commit | 773025b77b770286652c8c2929d445b231855363 (patch) | |
tree | bad2b729654e0f216d5f52fab990c077a6c0e0be /guix | |
parent | b63d5389cfca88ac1da44ebcff3139f420dd72f3 (diff) |
Sort references by time
Diffstat (limited to 'guix')
-rw-r--r-- | guix/.guix-env (renamed from guix/.guix-profile) | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/guix/.guix-profile b/guix/.guix-env index d1495ae..8069fa0 100644 --- a/guix/.guix-profile +++ b/guix/.guix-env @@ -1,11 +1,18 @@ -# Guix +## Guix + +# Locale export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale -export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages +export LC_ALL=en_US.utf8 + +# Paths export PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin${PATH:+:}$PATH" export CPATH="/home/urbain/.guix-profile/include${CPATH:+:}$CPATH" export LIBRARY_PATH="/home/urbain/.guix-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH" -# Guile +# Custom packages +export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages + +## Guile export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH export GUILE_WARN_DEPRECATED=detailed |