diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 000000000000..162f060fc4ab --- /dev/null +++ b/.envrc @@ -0,0 +1,5 @@ +# Configure the local PATH to contain tools which are fetched ad-hoc +# from Nix. + +export PATH="${PWD}/bin:${PATH}" +export REPO_ROOT="${PWD}" |