blob: d89bcd9d66f2bbbd928ef3a5290e1f1ee08e8f97 (
plain) (
blame)
1
2
3
4
5
6
|
# Configure the local PATH to contain tools which are fetched ad-hoc
# from Nix.
export PATH="${PWD}/tools/bin:${PATH}"
export NIX_PATH="nixpkgs=${PWD}/default.nix"
export REPO_ROOT="${PWD}"
|