about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index a2f3328870..dcd2a56546 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