Use Guile 3 for development
This commit is contained in:
parent
cd4dda6e22
commit
9a29845f89
2 changed files with 27 additions and 9 deletions
6
.envrc
6
.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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue