1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

Document ‘--repair’

This commit is contained in:
Eelco Dolstra 2012-10-03 15:53:25 -04:00
parent 2bbc4a214e
commit 9c41c66c5b
3 changed files with 32 additions and 6 deletions

View file

@ -361,6 +361,17 @@
</varlistentry>
<varlistentry><term><option>--repair</option></term>
<listitem><para>Fix corrupted or missing store paths by
redownloading or rebuilding them. Note that this is slow because it
requires computing a cryptographic hash of the contents of every
path in the closure of the build. Also note the warning under
<command>nix-store --repair-path</command>.</para></listitem>
</varlistentry>
</variablelist>