{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ asciidoctor jdk17 plantuml watchexec # enables automatic compiling on change ]; }