2019-07-02 17:40:51 +02:00
|
|
|
# Configure the local PATH to contain tools which are fetched ad-hoc
|
|
|
|
# from Nix.
|
|
|
|
|
2019-12-20 21:37:02 +01:00
|
|
|
export PATH="${PWD}/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-12-20 21:55:25 +01:00
|
|
|
export SECRETS_DIR="${PWD}/ops/secrets"
|