aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index 1ace49a..94e9705 100644
--- a/.envrc
+++ b/.envrc
@@ -1,6 +1,10 @@
+# Unset the Guile paths to avoid mixing Guile major versions
+export GUILE_LOAD_PATH=""
+export GUILE_LOAD_COMPILED_PATH=""
+
use guix -l guix-dev.scm --ad-hoc postgresql
-export GUILE_LOAD_COMPILED_PATH="$PWD:$GUILE_LOAD_COMPILED_PATH"
+export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"
export PATH="$PWD/scripts:$PATH"