We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca62c1 commit c5f0e0dCopy full SHA for c5f0e0d
shell.nix
@@ -23,7 +23,9 @@ mkShell rec {
23
(luajit.withPackages packages)
24
neovim
25
pandoc
26
- texlive.combined.scheme-full
+ (builtins.elemAt texlive.luatex.pkgs 2)
27
+ (builtins.elemAt texlive.luahbtex.pkgs 2)
28
+ (builtins.elemAt texlive.luajittex.pkgs 2)
29
];
30
shellHook = ''
31
export LUAINPUTS_luatex="${./.}/lua;${builtins.elemAt buildInputs 0}/share/lua/5.3"
0 commit comments