Skip to content

Commit 72bd3bb

Browse files
committed
fix: remove deprecated mdDoc reference
1 parent 1b2bd91 commit 72bd3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

module.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ in {
178178
telegram = mkOption {
179179
type = with types; nullOr path;
180180
default = null;
181-
description = lib.mdDoc ''
181+
description = ''
182182
Path to telegram bot token of Rustina manager.
183183
'';
184184
};
185185

186186
github = mkOption {
187187
type = with types; nullOr path;
188188
default = null;
189-
description = lib.mdDoc ''
189+
description = ''
190190
Path to github token for Rustina manager.
191191
'';
192192
};
@@ -207,7 +207,7 @@ in {
207207
dataDir = mkOption {
208208
type = types.str;
209209
default = "/var/lib/rustina/bot";
210-
description = lib.mdDoc ''
210+
description = ''
211211
The path where Rustina Bot keeps its config, data, and logs.
212212
'';
213213
};

0 commit comments

Comments
 (0)