{ pkgs ? import { } }: pkgs.mkShellNoCC { name = "exercism"; buildInputs = [ (pkgs.lua.withPackages(ps: with ps; [ busted])) (pkgs.callPackage ../exercism.nix { }) ]; }