blob: dcd2a565466817046839cb9b07582b23045832ef (
plain) (
blame)
1
2
3
4
5
6
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"
watch_file tools/depot-deps.nix
|