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