From fe243d32fe9adf5a01199440706fdc08f9f9876a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 4 Jul 2019 16:05:32 +0100 Subject: feat(direnv): Add REPO_ROOT variable in workspace Makes it quick & easy to do things from the root. --- .envrc | 1 + 1 file changed, 1 insertion(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index dcde8d4230..d89bcd9d66 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}" -- cgit 1.4.1