From 7b4f7a0b920e474a7423a71b0ee156545b4f6977 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 11 Nov 2021 12:28:21 +0000 Subject: Only add use nix to .envrc --- .envrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.envrc b/.envrc index c9c0b69..1d953f4 100644 --- a/.envrc +++ b/.envrc @@ -1,8 +1 @@ -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 +use nix -- cgit