diff options
Diffstat (limited to 'doc/manual/src/release-notes/rl-1.0.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-1.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-1.0.md b/doc/manual/src/release-notes/rl-1.0.md index 025f827d9..cdb257787 100644 --- a/doc/manual/src/release-notes/rl-1.0.md +++ b/doc/manual/src/release-notes/rl-1.0.md @@ -14,7 +14,7 @@ release. Here are the most significant: significant speedup. - Nix now has an search path for expressions. The search path is set - using the environment variable NIX\_PATH and the `-I` command line + using the environment variable `NIX_PATH` and the `-I` command line option. In Nix expressions, paths between angle brackets are used to specify files that must be looked up in the search path. For instance, the expression `<nixpkgs/default.nix>` looks for a file |