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