From 9c00026300882c9c82e38225b272bd3c9531a184 Mon Sep 17 00:00:00 2001 From: TQ Hirsch Date: Thu, 21 Apr 2022 17:18:30 +0200 Subject: [PATCH] Added pandoc to docs environment --- docs/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shell.nix b/docs/shell.nix index ed0f982..44be49f 100644 --- a/docs/shell.nix +++ b/docs/shell.nix @@ -15,6 +15,7 @@ pkgs.mkShell { buildInputs = [ pythonPackages + pkgs.pandoc # keep this line if you use bash pkgs.bashInteractive