about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T20·37+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T20·37+0000
commit8de5d093d8e35b2492c81015dcfcb052d2718614 (patch)
treef4bb5763a39c7059537fc7877e3c0ac15a4d8f69 /.envrc
parent03bfe08e1dd9faf48b06cb146bfa446575cde88a (diff)
refactor: Fix a variety of filepaths for repo relayouting r/238
This fixes readTree and the various project builds, as well
as (hopefully) most documentation links inside of the projects.
Diffstat (limited to '.envrc')
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index 6b3ce7ebbb..b943eb62a6 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"