nixos: Fix build of manual

Manual build broken by 79f7f89442, which
is part of pull request #59179 (Fix Cassandra, improve config and
tests).

The issue was just a small error because of an unbalanced <literal/>
tag, so only a "/" was missing :-)

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @aanderse
This commit is contained in:
aszlig 2019-06-14 05:36:06 +02:00
parent 4cb64dba39
commit c26584f1e5
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -251,7 +251,7 @@ in {
example = literalExample "null";
description = ''
Set the interval how often incremental repairs are run, i.e.
<literal>nodetool repair<literal> is executed. See
<literal>nodetool repair</literal> is executed. See
https://cassandra.apache.org/doc/latest/operating/repair.html
for more information.