{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ hugo ]; }