{ pkgs ? (import {}).pkgs }: with pkgs; mkShell { buildInputs = [ python312Packages.html5lib python312Packages.beautifulsoup4 ]; }