let pkgs = import {}; in pkgs.mkShell { buildInputs = [ (pkgs.luajit.withPackages(ps: with ps; [ busted dkjson ])) ]; }