mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-16 21:38:24 +00:00
maint: Remove lib.mdDoc calls
This commit is contained in:
parent
e5d10a24b6
commit
b5ab46fe03
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…
Add table
Reference in a new issue