Update guix-dev.scm and .envrc

This commit is contained in:
Christopher Baines 2023-11-05 13:45:14 +00:00
parent 03327c0cc3
commit 2135bc5e49
2 changed files with 16 additions and 17 deletions

2
.envrc
View file

@ -2,7 +2,7 @@
export GUILE_LOAD_PATH=""
export GUILE_LOAD_COMPILED_PATH=""
use guix -l guix-dev.scm --ad-hoc postgresql
use guix -D -f guix-dev.scm postgresql
export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"