tvl-depot/.envrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
186 B
Text
Raw Normal View History

# 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