diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-23 10:44:54 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-23 18:27:11 +0200 |
commit | f3903035667e158112dfd414091d8d50ef90c5f4 (patch) | |
tree | 4b9e6e9568104e1cf46cfd0e6f5e7103ddfadd27 /doc/manual/src/release-notes/rl-1.0.md | |
parent | c20c0823838d257b1e18e71c307f53afac0d2b39 (diff) |
Reconvert
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 |