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