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