diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-07 11:30:40 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-07 11:30:40 +0100 |
commit | c28e2b1b2982451bafee9afede094affb08ea130 (patch) | |
tree | 8dbfb54dc80c8788d2395f5806668335b2cd957b /doc/manual/src | |
parent | a2ace54fe45fe0ba0730433098cc85923c41461f (diff) |
Tweak release notes
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 7dd8387d8..80a20278e 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -13,10 +13,11 @@ The old flake output attributes still work, but `nix flake check` will warn about them. -* `nix bundle` breaking API change now supports bundlers of the form - `bundler.<system>.<name>= derivation: another-derivation;`. This supports - additional functionality to inspect evaluation information during bundling. A - new [repository](https://github.com/NixOS/bundlers) has various bundlers +* Breaking API change: `nix bundle` now supports bundlers of the form + `bundler.<system>.<name>= derivation: another-derivation;`. This + supports additional functionality to inspect evaluation information + during bundling. A new + [repository](https://github.com/NixOS/bundlers) has various bundlers implemented. * `nix store ping` now reports the version of the remote Nix daemon. |