Revert "disable lorri (broken on darwin)" This reverts commit b66c1ed87b556844421886ead373ffdd4ca25663.
1 file changed, 9 insertions(+), 1 deletion(-)
changed files
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