summaryrefslogtreecommitdiff
path: root/modules/homebrew.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2023-07-21 09:15:33 +0100
committerEmily <vcs@emily.moe>2023-07-21 21:17:59 +0100
commit5fd8914dac6ba43ea650fadec35344f20ce50544 (patch)
treeae6981fa855940bb6ca0a38cd76f66840690f01e /modules/homebrew.nix
parent61662a63bfe1726588c1da6b412df86d8ca94d63 (diff)
treewide: fix `mkEnableOption` docs
`mkEnableOption` wraps its argument in a complete sentence with a terminating full stop; an additional newline will add an incorrect space before the end of the sentence in the rendered documentation, and any additional verbiage that doesn't fit into the form "Whether to enable [...]." is also incorrect. In the latter case, the description can be overridden manually.
Diffstat (limited to 'modules/homebrew.nix')
-rw-r--r--modules/homebrew.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/homebrew.nix b/modules/homebrew.nix
index 4951d7f..05d86b9 100644
--- a/modules/homebrew.nix
+++ b/modules/homebrew.nix
@@ -536,8 +536,7 @@ in
[](#opt-homebrew.onActivation).
This module also provides a few options for modifying how Homebrew commands behave when
- you manually invoke them, under [](#opt-homebrew.global)
- '');
+ you manually invoke them, under [](#opt-homebrew.global)'');
brewPrefix = mkOption {
type = types.str;