blob: 71a05d58b773c3ed283a9e8c6579f9410af3db4c (
plain) (
blame)
1
2
3
4
5
6
7
|
# 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
|