summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-21 22:00:27 +0100
committerNaïm Favier <n@monade.li>2022-12-27 17:23:25 +0100
commit07cb3bf3ccaff42789336a0a22c49ea4d25d309b (patch)
tree956cae8853f1242d589d53a0b4b977d5f4ad05c9 /nixos/doc/manual/from_md/configuration/profiles.chapter.xml
parent3f6fed2e59d556a5cec475b14b7af54558e19f25 (diff)
nixos/doc: bump Pandoc
Update the pinned channel in `md-to-db`, which bumps the Pandoc version, which fixes https://github.com/NixOS/nixpkgs/issues/125511 maybe.
Diffstat (limited to 'nixos/doc/manual/from_md/configuration/profiles.chapter.xml')
-rw-r--r--nixos/doc/manual/from_md/configuration/profiles.chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/from_md/configuration/profiles.chapter.xml b/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
index 307754a8ee6a..f3aacfc0a245 100644
--- a/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
+++ b/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
@@ -9,7 +9,7 @@
to say, expected usage is to add them to the imports list of your
<literal>/etc/configuration.nix</literal> as such:
</para>
- <programlisting language="bash">
+ <programlisting language="nix">
imports = [
&lt;nixpkgs/nixos/modules/profiles/profile-name.nix&gt;
];