{ pkgs ? import {} }: pkgs.mkShell{ nativeBuildInputs = with pkgs; [ python310Packages.mkdocs python310Packages.mkdocs-minify rubyPackages.haml ]; }