{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.python38 ]; }