Revert "disable lorri (broken on darwin)" This reverts commit 40d03657f4578f7d22a2831a88a09c4dae04bf9e.
1 file changed, 9 insertions(+), 1 deletion(-)
jump to
M .envrc → .envrc
@@ -1,4 +1,12 @@ layout go -use flake +if type -P lorri &>/dev/null; then + if test -n "$TMPDIR"; then + TMPDIR=$(readlink -f $TMPDIR) + fi + eval "$(lorri direnv --flake .)" +else + echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' + use nix +fi dotenv