{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ emacs-nox hugo stork html-tidy ]; }