drop deprecated mdDoc

This commit is contained in:
Jörg Thalheim
2024-05-28 13:35:11 +02:00
parent e2d7e6e86c
commit 3c0b5f0867
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
# - cli frontend: https://github.com/localsend/localsend/issues/11
# - ipv6 support: https://github.com/localsend/localsend/issues/549
options.clan.localsend = {
enable = lib.mkEnableOption (lib.mdDoc "enable the localsend module");
enable = lib.mkEnableOption "enable the localsend module";
defaultLocation = lib.mkOption {
type = lib.types.str;
description = "The default download location";