about summary refs log tree commit diff
path: root/.envrc
blob: 162f060fc4ab4fe4ea57359b88ad8e6cf6cf33ff (plain) (blame)
1
2
3
4
5
# Configure the local PATH to contain tools which are fetched ad-hoc
# from Nix.

export PATH="${PWD}/bin:${PATH}"
export REPO_ROOT="${PWD}"