2019-07-02 17:40:51 +02:00
|
|
|
# Configure the local PATH to contain tools which are fetched ad-hoc
|
|
|
|
# from Nix.
|
|
|
|
|
|
|
|
export PATH="${PWD}/tools/bin:${PATH}"
|
2019-07-04 12:15:31 +02:00
|
|
|
export NIX_PATH="nixpkgs=${PWD}/default.nix"
|
2019-07-04 17:05:32 +02:00
|
|
|
export REPO_ROOT="${PWD}"
|
2019-09-03 16:56:31 +02:00
|
|
|
export SECRETS_DIR="${PWD}/secrets"
|