summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.envrc4
-rw-r--r--.gitignore2
2 files changed, 6 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
diff --git a/.gitignore b/.gitignore
index 1320f90..639a344 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
site
+
+.local.envrc