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

@ -49,8 +49,8 @@ in {
description = ''
The URI of the NixOS channel to use for automatic
upgrades. By default, this is the channel set using
<command>nix-channel</command> (run <literal>nix-channel
--list</literal> to see the current value).
<command>nix-channel</command> (run <literal>nix-channel --list</literal>
to see the current value).
'';
};