summary refs log tree commit diff
path: root/nixos/modules/services/misc/gitit.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-30 14:08:50 +0200
committerpennae <github@quasiparticle.net>2022-08-31 17:27:36 +0200
commitf2ea09ecbe1fa1da32eaa6e036d64ac324a2986f (patch)
tree8635d6ef91a1d530e32d8eb0e360c42b1c755b6d /nixos/modules/services/misc/gitit.nix
parent722b99bc0eb57711c0498a86a3f55e6c69cdb05f (diff)
downloadnixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.tar
nixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.tar.gz
nixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.tar.bz2
nixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.tar.lz
nixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.tar.xz
nixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.tar.zst
nixpkgs-f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f.zip
nixos/*: convert options with listings
minor rendering changes.
Diffstat (limited to 'nixos/modules/services/misc/gitit.nix')
-rw-r--r--nixos/modules/services/misc/gitit.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/misc/gitit.nix b/nixos/modules/services/misc/gitit.nix
index 9e3fc4422a0..c958e05370a 100644
--- a/nixos/modules/services/misc/gitit.nix
+++ b/nixos/modules/services/misc/gitit.nix
@@ -348,14 +348,14 @@ let
       mimeTypesFile = mkOption {
         type = types.path;
         default = "/etc/mime/types.info";
-        description = ''
+        description = lib.mdDoc ''
           Specifies the path of a file containing mime type mappings.  Each
           line of the file should contain two fields, separated by whitespace.
           The first field is the mime type, the second is a file extension.
           For example:
-<programlisting>
-video/x-ms-wmx  wmx
-</programlisting>
+          ```
+          video/x-ms-wmx  wmx
+          ```
           If the file is not found, some simple defaults will be used.
         '';
       };