From b5ab46fe037461bbf92e9ffa0f7538b40c11bed3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 16 May 2024 15:00:17 +0200 Subject: [PATCH] maint: Remove lib.mdDoc calls --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 64c35c1..4a70d2b 100644 --- a/lib.nix +++ b/lib.nix @@ -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;