mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 20:37:56 +00:00
nixos/proxmox-lxc: lib.mdDoc is deprecated
This commit is contained in:
parent
5c21c35835
commit
c44e170e3f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user