Use Guile 3 for development

This commit is contained in:
Christopher Baines 2020-02-27 22:17:16 +00:00
parent cd4dda6e22
commit 9a29845f89
2 changed files with 27 additions and 9 deletions

6
.envrc
View file

@ -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"