treewide: remove usage of 'mdDoc'

This commit is contained in:
Felix Buehler 2024-12-30 12:01:57 +01:00
parent e38838e7c3
commit 95b21fdcbe
11 changed files with 31 additions and 31 deletions

View file

@ -15,7 +15,7 @@ in
downloadDir = mkOption {
type = types.path;
description = mdDoc ''
description = ''
Directory to store downloaded files.
'';
};