diff options
-rw-r--r-- | .envrc | 4 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,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 @@ -1 +1,3 @@ site + +.local.envrc |