summaryrefslogtreecommitdiff
path: root/modules/programs/info
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-14 23:02:32 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-19 04:05:50 +0200
commitdef1e23be848848400d1d097d4f044e3c401f9dd (patch)
tree7a69686dea36e304c788531fda90bc3edeee86fd /modules/programs/info
parent99b3f9a1f5d2604d542f367d38001dfa40eea7b9 (diff)
treewide: remove lib.mdDoc
Diffstat (limited to 'modules/programs/info')
-rw-r--r--modules/programs/info/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/info/default.nix b/modules/programs/info/default.nix
index 93aaf7c..cf857d9 100644
--- a/modules/programs/info/default.nix
+++ b/modules/programs/info/default.nix
@@ -11,7 +11,7 @@ in
programs.info.enable = mkOption {
type = types.bool;
default = true;
- description = lib.mdDoc "Whether to enable info pages and the {command}`info` command.";
+ description = "Whether to enable info pages and the {command}`info` command.";
};
};