{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ nixops python38 python38Packages.mutagen zola unzip wget ]; shellHook = '' export NIXOPS_DEPLOYMENT=schulpodcast-hcloud ''; }