nixos/borgmatic: lib.mdDoc is deprecated

This commit is contained in:
Philip Taron 2024-08-12 08:02:10 -07:00
parent ad91a23e66
commit 5c21c35835
No known key found for this signature in database

View File

@ -77,7 +77,7 @@ in
type = types.attrsOf cfgType;
};
enableConfigCheck = mkEnableOption (lib.mdDoc "checking all configurations during build time") // { default = true; };
enableConfigCheck = mkEnableOption "checking all configurations during build time" // { default = true; };
};
config =