mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Merge pull request #228 from hercules-ci/remove-mdDoc
maint: Remove lib.mdDoc calls
This commit is contained in:
commit
bef010be01
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -205,7 +205,7 @@ let
|
||||||
options = setAttrByPath from (mkOption
|
options = setAttrByPath from (mkOption
|
||||||
{
|
{
|
||||||
visible = true;
|
visible = true;
|
||||||
description = lib.mdDoc "Alias of {option}`${showOption to}`.";
|
description = "Alias of {option}`${showOption to}`.";
|
||||||
apply = x: (toOf config);
|
apply = x: (toOf config);
|
||||||
} // optionalAttrs (toType != null) {
|
} // optionalAttrs (toType != null) {
|
||||||
type = toType;
|
type = toType;
|
||||||
|
|
Loading…
Reference in a new issue