guix-data-service/.envrc

14 lines
384 B
Text
Raw Normal View History

2020-02-27 22:17:16 +00:00
# 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
2020-02-27 22:17:16 +00:00
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"
if [ -f .local.envrc ]; then
source_env .local.envrc
fi