Update shell.nix

This commit is contained in:
lorin 2021-03-21 12:09:39 +01:00 committed by GitHub
parent 3705235b24
commit ff3abf60f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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