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


                                                                    
                                
                                            
                         
                                   
# 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}"
export SECRETS_DIR="${PWD}/secrets"