drop deprecated mdDoc

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

View File

@@ -81,7 +81,7 @@ in
};
};
settings = lib.mkOption {
description = lib.mdDoc "override the network config in /var/lib/zerotier/bla/$network.json";
description = "override the network config in /var/lib/zerotier/bla/$network.json";
type = lib.types.submodule { freeformType = (pkgs.formats.json { }).type; };
};
};