summaryrefslogtreecommitdiff
path: root/.envrc
blob: 178c47efd84d65cebfe31b9370e91af1f76a5eaf (plain)
1
2
3
4
5
6
7
use guix guile haunt

export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"

if [ -f .local.envrc ]; then
  source_env .local.envrc
fi