From 9e68eecb37bbec0f4acdac02479a7e88be05c88d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 6 May 2022 00:41:50 +0200 Subject: 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 Reviewed-by: Jonas Chevalier --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index dcd2a56546..71a05d58b7 100644 --- a/.envrc +++ b/.envrc @@ -2,6 +2,6 @@ # from Nix. out=$(nix-build -A tools.depot-deps --no-out-link) -PATH_add "$out" +PATH_add "$out/bin" watch_file tools/depot-deps.nix -- cgit 1.4.1