summaryrefslogtreecommitdiff
path: root/.envrc
blob: 47d14d385803bf2238540751eaa9add535f339fc (plain)
1
2
3
4
5
6
7
use guix --ad-hoc guile haunt

export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"

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