{ pkgs ? import {} }: pkgs.mkShell { packages = [ pkgs.hugo ]; }