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