about summary refs log tree commit diff
path: root/.envrc
# Configure the local PATH to contain tools which are fetched ad-hoc
# from Nix.

out=$(nix-build -A tools.depot-deps --no-out-link)
PATH_add "$out/bin"

watch_file tools/depot-deps.nix