diff options
author | Farid Zakaria <fmzakari@google.com> | 2021-08-06 15:30:49 -0700 |
---|---|---|
committer | Farid Zakaria <fmzakari@google.com> | 2021-08-06 15:30:49 -0700 |
commit | fbf42c55acf1fe1f9f39aee091133b8e7931843f (patch) | |
tree | c00316702cf07dba6bdb25db547a077f2ab3cb3e /.gitignore | |
parent | e277c0c479d58bcd0f55e71ec9ebe43a6161a1d4 (diff) |
nix-shell --pure: Let it work for any derivation
`nix-shell --pure` when applied to a non stdenv derivation doesn't seem
to clear the PATH. It expects the stdenv/setup file to do so.
This adds an explicit `unset PATH` by nix-build.cc (nix-shell) itself so
that it's not reliant on stdenv/setup anymore.
This does not break impure nix-shell since the PATH is persisted as the
variable `p` prior in the bash rcfile
fixes #5092
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions