Correct NIX_BUILD_PATH default description

Source: 067076287b/src/nix-build/nix-build.cc (L362-L381)
This commit is contained in:
Ross Light 2022-01-21 18:45:19 -08:00 committed by GitHub
parent 5f08db69d1
commit 7477974b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,8 @@ The following common options are supported:
- `NIX_BUILD_SHELL`\
Shell used to start the interactive environment. Defaults to the
`bash` found in `PATH`.
`bash` found in `<nixpkgs>`, falling back to the `bash` found in
`PATH` if not found.
# Examples