mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Document ‘--repair’
This commit is contained in:
parent
2bbc4a214e
commit
9c41c66c5b
3 changed files with 32 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue