Update shell.nix
This commit is contained in:
parent
3705235b24
commit
ff3abf60f8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ let
|
||||||
in with pkgs; mkShell {
|
in with pkgs; mkShell {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
ruby bundler libxml2 nodejs yarn cacert git glibcLocales
|
ruby bundler libxml2 nodejs yarn cacert git glibcLocales
|
||||||
|
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; })
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
|
|
Loading…
Reference in a new issue