{ pkgs ? import {}, pythonPackages ? pkgs.python38Packages }: pkgs.mkShell { buildInputs = with pythonPackages; [ jinja2 schema pillow pyyaml ]; }