aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 1 insertions, 7 deletions
diff --git a/.envrc b/.envrc
index 2b39146..6bb4547 100644
--- a/.envrc
+++ b/.envrc
@@ -1,10 +1,4 @@
-if type lorri &>/dev/null; then
- echo "direnv: using lorri from PATH ($(type -p lorri))"
- eval "$(lorri direnv)"
-else # fallback prevent bootstrapping problems by using direnv's builtin nix support
- use nix
- NIX_ENFORCE_PURITY=0
-fi
+NIX_ENFORCE_PURITY=0
if [ -e .envrc-local ]; then # source an additional user-specific .envrc in ./.envrc-local
source .envrc-local
fi