1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

maint: Remove lib.mdDoc calls

This commit is contained in:
Robert Hensing 2024-05-16 15:00:17 +02:00
parent e5d10a24b6
commit b5ab46fe03

View file

@ -205,7 +205,7 @@ let
options = setAttrByPath from (mkOption
{
visible = true;
description = lib.mdDoc "Alias of {option}`${showOption to}`.";
description = "Alias of {option}`${showOption to}`.";
apply = x: (toOf config);
} // optionalAttrs (toType != null) {
type = toType;