aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-01-24 12:45:35 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-01-24 12:45:35 +0100
commit378201727233049a4aec215c3a3835c99456d761 (patch)
tree87b5b055ca1d89d0b21ed2f98117f0392c7ec6e5 /doc/manual/src
parent8c778e3d9d3c6035f72f445b6baeeab4b3844cdd (diff)
Tweak release notes
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/release-notes/rl-next.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index 301683246..86fb89467 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,19 +1,21 @@
# Release X.Y (202?-??-??)
-* The Nix cli now searches for a `flake.nix` up until the root of the current
- git repository or a filesystem boundary rather than just in the current
+* The Nix CLI now searches for a `flake.nix` up until the root of the current
+ Git repository or a filesystem boundary rather than just in the current
directory.
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
more compliant one](https://github.com/ToruNiina/toml11).
-* Added `:st`/`:show-trace` commands to nix repl, which are used to
+* Added `:st`/`:show-trace` commands to `nix repl`, which are used to
set or toggle display of error traces.
-* New builtin function `builtins.zipAttrsWith` with same functionality
- as `lib.zipAttrsWith` from nixpkgs, but much more efficient.
+* New builtin function `builtins.zipAttrsWith` with the same
+ functionality as `lib.zipAttrsWith` from Nixpkgs, but much more
+ efficient.
* New command `nix store copy-log` to copy build logs from one store
to another.
-* The `commit-lockfile-summary` option can be set to a non-empty string
- to override the commit summary used when commiting an updated lockfile.
- This may be used in conjunction with the nixConfig attribute in
- `flake.nix` to better conform to repository conventions.
-* `docker run -ti nixos/nix:master` will place you in the docker container with
- the latest version of Nix from the `master` branch.
+* The `commit-lockfile-summary` option can be set to a non-empty
+ string to override the commit summary used when commiting an updated
+ lockfile. This may be used in conjunction with the `nixConfig`
+ attribute in `flake.nix` to better conform to repository
+ conventions.
+* `docker run -ti nixos/nix:master` will place you in the Docker
+ container with the latest version of Nix from the `master` branch.