{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ pandoc texlive.combined.scheme-context gnumake ]; }