all repos — website @ 12af22f93a8a5599ef8b3897341274a50e7da9f5

My website

Revert "disable lorri (broken on darwin)" This reverts commit b66c1ed87b556844421886ead373ffdd4ca25663.

Alan Pearce
commit

12af22f93a8a5599ef8b3897341274a50e7da9f5

parent

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