about summary refs log blame commit diff
path: root/.envrc
blob: 34fe568ce944517dfc7553fd79ebb1a5f0a80714 (plain) (tree)
1
2
3
4
5
6


                                                                    
                                
                                            
                         
# Configure the local PATH to contain tools which are fetched ad-hoc
# from Nix.

export PATH="${PWD}/bin:${PATH}"
export NIX_PATH="nixpkgs=${PWD}/default.nix"
export REPO_ROOT="${PWD}"