diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 000000000000..71a05d58b773 --- /dev/null +++ b/.envrc @@ -0,0 +1,7 @@ +# 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 |