summary refs log tree commit diff stats
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.envrc b/.envrc
index ed8f9482..b5fda8db 100644
--- a/.envrc
+++ b/.envrc
@@ -1,9 +1,7 @@
 if type -P lorri &>/dev/null; then
-  if test -n "$TMPDIR"; then
-    export TMPDIR="$(readlink -f $TMPDIR)"
-  fi
-  eval "$(lorri direnv --flake .)"
+  eval "$(lorri direnv)"
 else
   echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
   use nix
 fi
+PATH_add bin