diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.envrc b/.envrc index 162f060fc4ab..a2f332887060 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 |