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