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