feat(dotenv): Set NIX_PATH for entire workspace
This commit is contained in:
parent
b2f40b6ed8
commit
af7cbf64e5
1 changed files with 1 additions and 0 deletions
1
.envrc
1
.envrc
|
@ -2,3 +2,4 @@
|
||||||
# from Nix.
|
# from Nix.
|
||||||
|
|
||||||
export PATH="${PWD}/tools/bin:${PATH}"
|
export PATH="${PWD}/tools/bin:${PATH}"
|
||||||
|
export NIX_PATH="nixpkgs=${PWD}/default.nix"
|
||||||
|
|
Loading…
Reference in a new issue