about summary refs log blame commit diff
path: root/.envrc
blob: 71a05d58b773c3ed283a9e8c6579f9410af3db4c (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/bin"

watch_file tools/depot-deps.nix