{ pkgs ? import { } }: with pkgs; mkShell { packages = [ asciidoctor go hugo ]; }