forked from lix-project/lix
Update garbage-collection.xml readability
1. remove a typo space 2. Simplify negative style by using affirmative style
This commit is contained in:
parent
5038e1bec4
commit
10bfc5c0d0
|
@ -52,12 +52,13 @@ garbage collector as follows:
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-store --gc</screen>
|
$ nix-store --gc</screen>
|
||||||
|
|
||||||
The behaviour of the gargage collector is affected by the <literal>keep-
|
The behaviour of the gargage collector is affected by the
|
||||||
derivations</literal> (default: true) and <literal>keep-outputs</literal>
|
<literal>keep-derivations</literal> (default: true) and <literal>keep-outputs</literal>
|
||||||
(default: false) options in the Nix configuration file. The defaults will ensure
|
(default: false) options in the Nix configuration file. The defaults will ensure
|
||||||
that all derivations that are not build-time dependencies of garbage collector roots
|
that all derivations that are build-time dependencies of garbage collector roots
|
||||||
will be collected but that all output paths that are not runtime dependencies
|
will be kept and that all output paths that are runtime dependencies
|
||||||
will be collected. (This is usually what you want, but while you are developing
|
will be kept as well. All other derivations or paths will be collected.
|
||||||
|
(This is usually what you want, but while you are developing
|
||||||
it may make sense to keep outputs to ensure that rebuild times are quick.)
|
it may make sense to keep outputs to ensure that rebuild times are quick.)
|
||||||
|
|
||||||
If you are feeling uncertain, you can also first view what files would
|
If you are feeling uncertain, you can also first view what files would
|
||||||
|
|
Loading…
Reference in a new issue