{pkgs, ...}: {
home.packages = with pkgs; [
(luajit.withPackages (ps: [
(ps.callPackage ./luarocks/scilua.nix {})
]))
];
}