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

source_up