all repos — homestead @ e4326de5c9ea8ff825c8fc4aff5f8fc3b1563941

Code for my website

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

Alan Pearce
commit

e4326de5c9ea8ff825c8fc4aff5f8fc3b1563941

parent

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