mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/*: use properly indented strings for option docs
using regular strings works well for docbook because docbook is not as whitespace-sensitive as markdown. markdown would render all of these as code blocks when given the chance.
This commit is contained in:
parent
72b507d5a2
commit
b51f8036c2
17 changed files with 160 additions and 159 deletions
|
@ -61,9 +61,9 @@ in
|
|||
default = pkgs.haka;
|
||||
defaultText = literalExpression "pkgs.haka";
|
||||
type = types.package;
|
||||
description = "
|
||||
description = ''
|
||||
Which Haka derivation to use.
|
||||
";
|
||||
'';
|
||||
};
|
||||
|
||||
configFile = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue