aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-27 22:17:16 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-27 22:17:16 +0000
commit9a29845f89590dac84cfe1bdadf4aab7f4e78d8c (patch)
tree5ba33245b9d5d612287e0363daea6386687f8f42 /.envrc
parentcd4dda6e22b4995e37f0e184ce9ce4936565c2a5 (diff)
downloaddata-service-9a29845f89590dac84cfe1bdadf4aab7f4e78d8c.tar
data-service-9a29845f89590dac84cfe1bdadf4aab7f4e78d8c.tar.gz
Use Guile 3 for development
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"