summaryrefslogtreecommitdiff
path: root/guix/.guix-profile
diff options
context:
space:
mode:
Diffstat (limited to 'guix/.guix-profile')
-rw-r--r--guix/.guix-profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/guix/.guix-profile b/guix/.guix-profile
new file mode 100644
index 0000000..d1495ae
--- /dev/null
+++ b/guix/.guix-profile
@@ -0,0 +1,13 @@
+# 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