aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.envrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..d7a7ba1
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,15 @@
+# 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
+
+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"
+
+export GUIX_DATA_SERVICE_SHOW_ERROR_DETAILS=true
+
+if [ -f .local.envrc ]; then
+ source_env .local.envrc
+fi