diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.envrc b/.envrc index a2f332887060..dcd2a5654668 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,7 @@ # Configure the local PATH to contain tools which are fetched ad-hoc # from Nix. -use nix -A tools.depot-deps + +out=$(nix-build -A tools.depot-deps --no-out-link) +PATH_add "$out" + watch_file tools/depot-deps.nix |