diff options
Diffstat (limited to 'guix/.guix-profile')
-rw-r--r-- | guix/.guix-profile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/guix/.guix-profile b/guix/.guix-profile deleted file mode 100644 index d1495ae..0000000 --- a/guix/.guix-profile +++ /dev/null @@ -1,13 +0,0 @@ -# Guix -export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale -export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages -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 -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 - -# vim: set ft=sh |