feat(direnv): Add REPO_ROOT variable in workspace
Makes it quick & easy to do things from the root.
This commit is contained in:
parent
407a65b9ba
commit
fe243d32fe
1 changed files with 1 additions and 0 deletions
1
.envrc
1
.envrc
|
@ -3,3 +3,4 @@
|
|||
|
||||
export PATH="${PWD}/tools/bin:${PATH}"
|
||||
export NIX_PATH="nixpkgs=${PWD}/default.nix"
|
||||
export REPO_ROOT="${PWD}"
|
||||
|
|
Loading…
Reference in a new issue