From 0f252af9b8fe196c90d5680c84ce3bc81a333b4b Mon Sep 17 00:00:00 2001 From: Jappie3 Date: Tue, 16 Apr 2024 23:20:44 +0200 Subject: [PATCH] fix: remove deprecated lib.mdDoc --- nix/modules/lanzaboote.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/lanzaboote.nix b/nix/modules/lanzaboote.nix index d1dd887..f5d54af 100644 --- a/nix/modules/lanzaboote.nix +++ b/nix/modules/lanzaboote.nix @@ -27,7 +27,7 @@ in defaultText = "config.boot.loader.systemd-boot.configurationLimit"; example = 120; type = types.nullOr types.int; - description = lib.mdDoc '' + description = '' Maximum number of latest generations in the boot menu. Useful to prevent boot partition running out of disk space.