Add luarocks and switch to luajit

This commit is contained in:
arne 2024-03-24 11:08:41 +01:00
commit d78db0448c

View file

@ -10,7 +10,7 @@
devShell.${system} = pkgs.mkShell rec { devShell.${system} = pkgs.mkShell rec {
buildInputs = [ buildInputs = [
pkgs.deno pkgs.deno
(pkgs.lua5_3.withPackages(ps: [ ps.http ps.fennel ])) (pkgs.luajit.withPackages(ps: [ ps.http ps.fennel ps.luarocks ]))
]; ];
}; };
}; };