From b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Mar 2025 15:18:43 +0100 Subject: Revert "Switch back to flakes" This reverts commit c0384c43821474d28af1d9696ceb473a0d769292. --- .envrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.envrc') 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 -- cgit 1.4.1