{ pkgs ? import { }, }: { shell = pkgs.mkShellNoCC { packages = with pkgs; [ pandoc texliveMedium librsvg mermaid-cli plantuml ]; }; }