nixos/* eliminate inner whitespace in tags that was missed earlier

nix-doc-munge won't match tags that contain newlines anywhere. most of
these have already been removed, but a few obviously made it through.
This commit is contained in:
pennae 2022-08-13 11:35:46 +02:00 committed by pennae
parent 8f8e101527
commit e4ed177f82
13 changed files with 20 additions and 27 deletions

View file

@ -92,8 +92,8 @@ let
Whether this activation script supports being dry-activated.
These activation scripts will also be executed on dry-activate
activations with the environment variable
<literal>NIXOS_ACTION</literal> being set to <literal>dry-activate
</literal>. it's important that these activation scripts don't
<literal>NIXOS_ACTION</literal> being set to <literal>dry-activate</literal>.
it's important that these activation scripts don't
modify anything about the system when the variable is set.
'';
};