about summary refs log blame commit diff
path: root/.envrc
blob: dcd2a565466817046839cb9b07582b23045832ef (plain) (tree)
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