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