From 07cb3bf3ccaff42789336a0a22c49ea4d25d309b Mon Sep 17 00:00:00 2001 From: Naïm Favier Date: Wed, 21 Dec 2022 22:00:27 +0100 Subject: 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. --- nixos/doc/manual/from_md/release-notes/rl-1809.section.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/doc/manual/from_md/release-notes/rl-1809.section.xml') diff --git a/nixos/doc/manual/from_md/release-notes/rl-1809.section.xml b/nixos/doc/manual/from_md/release-notes/rl-1809.section.xml index e3db02aed8c..4bbfa7be398 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-1809.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-1809.section.xml @@ -54,7 +54,7 @@ For example - + { programs.firejail = { enable = true; @@ -695,7 +695,7 @@ $ nix-instantiate -E '(import <nixpkgsunstable> {}).gitFull' A NixOS system can now be constructed more easily based on a preexisting invocation of Nixpkgs. For example: - + { inherit (pkgs.nixos { boot.loader.grub.enable = false; @@ -791,7 +791,7 @@ $ nix-instantiate -E '(import <nixpkgsunstable> {}).gitFull' An example usage of this would be: - + { config, ... }: { -- cgit 1.4.1