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