nixos/proxmox-lxc: lib.mdDoc is deprecated

This commit is contained in:
Philip Taron
2024-08-12 08:02:57 -07:00
parent 5c21c35835
commit c44e170e3f
+1 -1
View File
@@ -12,7 +12,7 @@ with lib;
enable = mkOption {
default = true;
type = types.bool;
description = lib.mdDoc "Whether to enable the Proxmox VE LXC module.";
description = "Whether to enable the Proxmox VE LXC module.";
};
privileged = mkOption {
type = types.bool;