From 132ed0d8cdef4dfc9e9eab0f4a1ac2569156b267 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 3 Nov 2019 09:07:47 +0000 Subject: Support a .local.envrc file --- .envrc | 4 ++++ .gitignore | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.envrc b/.envrc index 74d325d..47d14d3 100644 --- a/.envrc +++ b/.envrc @@ -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 diff --git a/.gitignore b/.gitignore index 1320f90..639a344 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ site + +.local.envrc -- cgit v1.2.3