data-service/.envrc

16 lines
428 B
Plaintext
Raw Normal View History

2020-02-27 23:17:16 +01:00
# Unset the Guile paths to avoid mixing Guile major versions
export GUILE_LOAD_PATH=""
export GUILE_LOAD_COMPILED_PATH=""
2023-11-05 14:45:14 +01:00
use guix -D -f guix-dev.scm postgresql
2020-02-27 23:17:16 +01: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"
export GUIX_DATA_SERVICE_SHOW_ERROR_DETAILS=true
if [ -f .local.envrc ]; then
source_env .local.envrc
fi