about summary refs log tree commit diff
path: root/tvix/eval/.envrc
if command -v lorri >/dev/null; then
  eval "$(lorri direnv)"
else
  use nix
fi

source_up