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