diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-11-13T16·48+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-11-13T16·48+0000 |
commit | e40d4a5604a75540d94782d405dfff2000143f61 (patch) | |
tree | a056eaee9dd1ca42706fedf96e8d5b8f0e3d3eaf /doc | |
parent | e7904043184ed08b1c4f206bd67c9e84305220f0 (diff) |
* Option `--reregister' in `nix-store --register-validity'. We need
this in the NixOS installer (or in the buildfarm) to ensure that the cryptographic hash of the path contents still matches the actual contents.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index c4fd11f44a7a..098e2a4497d8 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -28,6 +28,10 @@ <listitem><para>TODO: now using Berkeley DB 4.5.</para></listitem> + + + <listitem><para>Option <option>--reregister</option> in + <command>nix-store --register-validity</command>.</para></listitem> </itemizedlist> |