diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 000000000000..c338a93bb8c2 --- /dev/null +++ b/.envrc @@ -0,0 +1,7 @@ +# Configure the local PATH to contain tools which are fetched ad-hoc +# from Nix. + +export PATH="${PWD}/bin:${PATH}" +export NIX_PATH="nixpkgs=${PWD}/default.nix" +export REPO_ROOT="${PWD}" +export SECRETS_DIR="${PWD}/ops/secrets" |