chore: Unfuck NIX_PATH in the .envrc
`nixpkgs` shouldn't be set to the depot root, it is almost never useful and breaks some tooling expectations. Change-Id: I32e46a8f514eb31d1aa81f0af32cf871d1572a96 Reviewed-on: https://cl.tvl.fyi/c/depot/+/381 Reviewed-by: edef <edef@edef.eu>
This commit is contained in:
parent
9099497185
commit
df2b0ecdca
1 changed files with 0 additions and 1 deletions
1
.envrc
1
.envrc
|
@ -2,5 +2,4 @@
|
||||||
# from Nix.
|
# from Nix.
|
||||||
|
|
||||||
export PATH="${PWD}/bin:${PATH}"
|
export PATH="${PWD}/bin:${PATH}"
|
||||||
export NIX_PATH="nixpkgs=${PWD}/default.nix"
|
|
||||||
export REPO_ROOT="${PWD}"
|
export REPO_ROOT="${PWD}"
|
||||||
|
|
Loading…
Reference in a new issue