fix(.envrc): Add /bin to the PATH of our lazy dispatch
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>
This commit is contained in:
parent
9d3145df48
commit
9e68eecb37
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -2,6 +2,6 @@
|
||||||
# from Nix.
|
# from Nix.
|
||||||
|
|
||||||
out=$(nix-build -A tools.depot-deps --no-out-link)
|
out=$(nix-build -A tools.depot-deps --no-out-link)
|
||||||
PATH_add "$out"
|
PATH_add "$out/bin"
|
||||||
|
|
||||||
watch_file tools/depot-deps.nix
|
watch_file tools/depot-deps.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue