aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes
diff options
context:
space:
mode:
authorlincoln auster [they/them] <lincolnauster@gmail.com>2022-01-12 10:05:28 -0700
committerlincoln auster [they/them] <lincolnauster@gmail.com>2022-01-18 16:10:44 -0700
commit7d4f86f0321b70180fe7ad7686cd902c35567124 (patch)
treedfdca4f62ef85803444c10b64a30326e71ad3391 /doc/manual/src/release-notes
parent3e5a9ad7ff15e5263d8b31288095ebd2e489b8e1 (diff)
release-notes: document commit-lockfile-summary option
This documents 3023c7700.
Diffstat (limited to 'doc/manual/src/release-notes')
-rw-r--r--doc/manual/src/release-notes/rl-next.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index adf3010c0..f20acbd3f 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -9,3 +9,7 @@
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.