feat(dotenv): Set NIX_PATH for entire workspace

This commit is contained in:
Vincent Ambo 2019-07-04 11:15:31 +01:00
parent b2f40b6ed8
commit af7cbf64e5

1
.envrc
View file

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