From 9547123258f69efd92b54763051d6dc7f3bfcaca Mon Sep 17 00:00:00 2001 From: pennae Date: Mon, 29 Aug 2022 01:38:36 +0200 Subject: nixos/*: convert internal option descriptions to MD we'll have to do it eventually, may as well be now. --- nixos/modules/services/printing/cupsd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/printing') diff --git a/nixos/modules/services/printing/cupsd.nix b/nixos/modules/services/printing/cupsd.nix index 8f1c3d9c525a..fea7ffb673ca 100644 --- a/nixos/modules/services/printing/cupsd.nix +++ b/nixos/modules/services/printing/cupsd.nix @@ -167,7 +167,7 @@ in type = types.lines; internal = true; default = ""; - description = '' + description = lib.mdDoc '' Additional commands executed while creating the directory containing the CUPS server binaries. ''; -- cgit 1.4.1