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