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