{ pkgs ? import {} }: pkgs.mkShell { name = "hugo"; nativeBuildInputs = with pkgs; [ hugo ]; }