summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-20 22:27:20 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-27 19:18:29 +0200
commit51a11254a7031ddfaa820e7dec55436f74881da9 (patch)
tree5ed1e1ec455b1eb2f2cc0ae69ec23c8f5a70e0dd /nixos/modules/config/system-path.nix
parent169072fb6030dfe84b541db77d8705ff8a093a54 (diff)
downloadnixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.tar
nixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.tar.gz
nixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.tar.bz2
nixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.tar.lz
nixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.tar.xz
nixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.tar.zst
nixpkgs-51a11254a7031ddfaa820e7dec55436f74881da9.zip
nixos/*: literalDocBook -> literalMD
no change to rendered output
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index b2d546b721d..a35510b215f 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -78,10 +78,11 @@ in
       defaultPackages = mkOption {
         type = types.listOf types.package;
         default = defaultPackages;
-        defaultText = literalDocBook ''
-          these packages, with their <literal>meta.priority</literal> numerically increased
+        defaultText = literalMD ''
+          these packages, with their `meta.priority` numerically increased
           (thus lowering their installation priority):
-          <programlisting>${defaultPackagesText}</programlisting>
+
+              ${defaultPackagesText}
         '';
         example = [];
         description = lib.mdDoc ''