diff options
Diffstat (limited to 'doc/manual/src/command-ref/nix-instantiate.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-instantiate.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/manual/src/command-ref/nix-instantiate.md b/doc/manual/src/command-ref/nix-instantiate.md index 179fbf5ba..6c9f2d3e1 100644 --- a/doc/manual/src/command-ref/nix-instantiate.md +++ b/doc/manual/src/command-ref/nix-instantiate.md @@ -82,11 +82,10 @@ See also [???](#sec-common-options) for a list of common options. - `--find-file` Look up the given files in Nix’s search path (as specified by the - NIX\_PATH\</literal\> environment variable). If found, print the - corresponding absolute paths on standard output. For instance, if - `NIX_PATH` is `nixpkgs=/home/alice/nixpkgs`, then `nix-instantiate - --find-file nixpkgs/default.nix` will print - `/home/alice/nixpkgs/default.nix`. + `NIX_PATH` environment variable). If found, print the corresponding + absolute paths on standard output. For instance, if `NIX_PATH` is + `nixpkgs=/home/alice/nixpkgs`, then `nix-instantiate --find-file + nixpkgs/default.nix` will print `/home/alice/nixpkgs/default.nix`. - `--strict` When used with `--eval`, recursively evaluate list elements and |