aboutsummaryrefslogtreecommitdiff
path: root/.envrc
blob: 1ace49ac366bf849bced7cd7beebc7524a382009 (plain)
1
2
3
4
5
6
7
8
9
use guix -l guix-dev.scm --ad-hoc postgresql

export GUILE_LOAD_COMPILED_PATH="$PWD:$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