Skip to content

Commit 58e7f8f

Browse files
committed
➕ Add some dependencies to shell.nix
1 parent 43e06fe commit 58e7f8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shell.nix

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ mkShell rec {
2121
buildInputs = [
2222
(lua5_3.withPackages packages)
2323
(luajit.withPackages packages)
24+
neovim
25+
pandoc
26+
texlive.combined.scheme-full
2427
];
2528
shellHook = ''
2629
export LUAINPUTS_luatex="${./.}/lua;${builtins.elemAt buildInputs 0}/share/lua/5.3"

0 commit comments

Comments
 (0)