diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-04T15·05+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-04T15·05+0100 |
commit | fe243d32fe9adf5a01199440706fdc08f9f9876a (patch) | |
tree | 133718465e71a561847ca3f149b00726f40bfe26 | |
parent | 407a65b9ba7e0ffb89fc1a5322366906efec721c (diff) |
feat(direnv): Add REPO_ROOT variable in workspace r/26
Makes it quick & easy to do things from the root.
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc index dcde8d4230fa..d89bcd9d66f2 100644 --- a/.envrc +++ b/.envrc @@ -3,3 +3,4 @@ export PATH="${PWD}/tools/bin:${PATH}" export NIX_PATH="nixpkgs=${PWD}/default.nix" +export REPO_ROOT="${PWD}" |