Switch back to flakes (again) This reverts commit b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.
1 file changed, 4 insertions(+), 2 deletions(-)
changed files
M .envrc → .envrc
@@ -1,8 +1,10 @@ watch_file npins/sources.json if type -P lorri &>/dev/null; then - eval "$(lorri direnv)" + if test -n "$TMPDIR"; then + export 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 -PATH_add bin