summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc4
1 files changed, 4 insertions, 0 deletions
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