blob: d89bcd9d66f2bbbd928ef3a5290e1f1ee08e8f97 (
plain) (
tree)
|
|
# 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}"
|