diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:43:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 12:43:44 +0100 |
commit | 037d5c4299354508cd33c0c5e5c382d7dd2431e4 (patch) | |
tree | 311ffcdf6c910f4815e044b047bf95118f1d9f9d /src/libcmd/common-eval-args.cc | |
parent | 786402365e9c819235636d9300bd25c362a29db7 (diff) |
Manual improvements
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src/libcmd/common-eval-args.cc')
-rw-r--r-- | src/libcmd/common-eval-args.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcmd/common-eval-args.cc b/src/libcmd/common-eval-args.cc index 2c94d7e6c..53595cea6 100644 --- a/src/libcmd/common-eval-args.cc +++ b/src/libcmd/common-eval-args.cc @@ -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 |