{pkgs ? import {}}: let inherit (pkgs) mkShell zola; in mkShell { packages = [ zola ]; }