From e81280732444f492894b7b47ce38a2b3293a31d1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 2 May 2022 12:40:50 +0200 Subject: refactor: Replace //bin with //tools/depot-deps This modifies the envrc configuration to add the result of building //tools/depot-deps to $PATH, instead of dispatching through the manually maintained list of symlinks. While at it, I've cleaned up some stuff from that list that is no longer actually used. Change-Id: If345c44da75b23c06b7c7f435be0cb02f99aaac5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5513 Tested-by: BuildkiteCI Reviewed-by: ezemtsov --- .envrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 162f060fc4..a2f3328870 100644 --- a/.envrc +++ b/.envrc @@ -1,5 +1,4 @@ # Configure the local PATH to contain tools which are fetched ad-hoc # from Nix. - -export PATH="${PWD}/bin:${PATH}" -export REPO_ROOT="${PWD}" +use nix -A tools.depot-deps +watch_file tools/depot-deps.nix -- cgit 1.4.1