{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ python38 python38Packages.mutagen zola unzip wget ]; }