From ff3abf60f84fad7fa28bd6b622aa1d6de816d863 Mon Sep 17 00:00:00 2001 From: lorin Date: Sun, 21 Mar 2021 12:09:39 +0100 Subject: [PATCH] Update shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 6ea2464..fcb79d9 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,7 @@ let in with pkgs; mkShell { nativeBuildInputs = [ ruby bundler libxml2 nodejs yarn cacert git glibcLocales + pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; }) ]; shellHook = '' export LANG=en_US.UTF-8