aboutsummaryrefslogtreecommitdiff
path: root/.envrc
blob: 7b32f772f459d66865787b3db9f7051315373585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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:$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