{ pkgs ? import { } }: let lua = pkgs.callPackage ./nix/lua.nix { }; in pkgs.mkShell { buildInputs = with pkgs; with lua53Packages; [ luarocks-nix lua busted moonscript ]; }