From c44e170e3fb2d41fc1f0516b156f948ff487594d Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 12 Aug 2024 08:02:57 -0700 Subject: [PATCH] nixos/proxmox-lxc: lib.mdDoc is deprecated --- nixos/modules/virtualisation/proxmox-lxc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/proxmox-lxc.nix b/nixos/modules/virtualisation/proxmox-lxc.nix index 9a8325f92636..b2f9d0635fd1 100644 --- a/nixos/modules/virtualisation/proxmox-lxc.nix +++ b/nixos/modules/virtualisation/proxmox-lxc.nix @@ -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;