summaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..c9c0b69
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,8 @@
+if type lorri &>/dev/null; then
+ echo "direnv: using lorri"
+ eval "$(lorri direnv)"
+else
+ # fall back to using direnv's builtin nix support
+ # to prevent bootstrapping problems.
+ use nix
+fi