all repos — nixfiles @ eac634033dcb467ac3f4f4db143532974715a2ba

System and user configuration, managed by nix and home-manager

fix .envrc TMPDIR complaint

Alan Pearce
commit

eac634033dcb467ac3f4f4db143532974715a2ba

parent

58d842b5def19be0b71755e17c70baf36bc39ca8

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M .envrc.envrc
@@ -1,5 +1,5 @@
if type -P lorri &>/dev/null; then - if test -n "$TMPDIR"; then + if test -n "${TMPDIR:=''}"; then export TMPDIR="$(readlink -f $TMPDIR)" fi eval "$(lorri direnv --flake .)"