mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Manual improvements
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
786402365e
commit
037d5c4299
2 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ MixEvalArgs::MixEvalArgs()
|
|||
.shortName = 'I',
|
||||
.description = R"(
|
||||
Add *path* to the Nix search path. The Nix search path is
|
||||
initialized from the colon-separated `NIX_PATH` environment
|
||||
variable, and is used to look up Nix expressions enclosed in angle
|
||||
initialized from the colon-separated [`NIX_PATH`](./env-common.md#env-NIX_PATH) environment
|
||||
variable, and is used to look up the location of Nix expressions using [paths](../language/values.md#type-path) enclosed in angle
|
||||
brackets (i.e., `<nixpkgs>`). For instance, if the Nix search path
|
||||
consists of the entries
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue