9e68eecb37
Otherwise the binaries are not picked up by the shell. Change-Id: Idd6eb8d799d65c42b4e8d76ac1ec3d44064c10fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5531 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: Jonas Chevalier <zimbatm@zimbatm.com>
7 lines
186 B
Bash
7 lines
186 B
Bash
# 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
|