{ pkgs ? import { } }: pkgs.mkShellNoCC { name = "exercism"; buildInputs = [ pkgs.go (pkgs.callPackage ../exercism.nix { }) ]; }