mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 07:16:17 +02:00
release-notes: document commit-lockfile-summary option
This documents 3023c7700.
This commit is contained in:
parent
3e5a9ad7ff
commit
7d4f86f032
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@
|
||||||
as `lib.zipAttrsWith` from nixpkgs, but much more efficient.
|
as `lib.zipAttrsWith` from nixpkgs, but much more efficient.
|
||||||
* New command `nix store copy-log` to copy build logs from one store
|
* New command `nix store copy-log` to copy build logs from one store
|
||||||
to another.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue