summaryrefslogtreecommitdiff
path: root/parts
diff options
context:
space:
mode:
Diffstat (limited to 'parts')
-rw-r--r--parts/module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/module.nix b/parts/module.nix
index 167ad9c..13fb9f3 100644
--- a/parts/module.nix
+++ b/parts/module.nix
@@ -10,8 +10,8 @@ self: {
(lib)
getExe
literalExpression
+ mdDoc
mkDefault
- mkDoc
mkEnableOption
mkIf
mkOption
@@ -23,7 +23,7 @@ in {
enable = mkEnableOption "teawiebot";
package = mkPackageOption self.packages.${pkgs.stdenv.hostPlatform.system} "teawiebot" {};
environmentFile = mkOption {
- description = mkDoc ''
+ description = mdDoc ''
Environment file as defined in {manpage}`systemd.exec(5)`
'';
type = types.nullOr types.path;