Skip to content

Commit c5f0e0d

Browse files
committed
🧑‍💻 Improve shell.nix
1 parent 1ca62c1 commit c5f0e0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shell.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ mkShell rec {
2323
(luajit.withPackages packages)
2424
neovim
2525
pandoc
26-
texlive.combined.scheme-full
26+
(builtins.elemAt texlive.luatex.pkgs 2)
27+
(builtins.elemAt texlive.luahbtex.pkgs 2)
28+
(builtins.elemAt texlive.luajittex.pkgs 2)
2729
];
2830
shellHook = ''
2931
export LUAINPUTS_luatex="${./.}/lua;${builtins.elemAt buildInputs 0}/share/lua/5.3"

0 commit comments

Comments
 (0)