feat(direnv): Add REPO_ROOT variable in workspace

Makes it quick & easy to do things from the root.
This commit is contained in:
Vincent Ambo 2019-07-04 16:05:32 +01:00
parent 407a65b9ba
commit fe243d32fe

1
.envrc
View file

@ -3,3 +3,4 @@
export PATH="${PWD}/tools/bin:${PATH}"
export NIX_PATH="nixpkgs=${PWD}/default.nix"
export REPO_ROOT="${PWD}"