commit e7823e085fc0c2c1e9e612c8fe5ced6085dcbf9c
[...]
latex: merge LaTeX packages into a single derivation
Merge the packages used by the chktex, lacheck, and latexindent hooks
into a single pkgs.texlive.combine derivation to reduce installation
size and build time. Only enabled hooks are included in the derivation.
[...]
commit e3ab70818814b9ec8cc4a9e7183f687ccc42596e
[...]
latex: reduce footprint by replacing scheme-basic with scheme-minimal
Reduce installation size and build time by replacing the
pkgs.texlive.scheme-basic package with pkgs.texlive.scheme-minimal.
Keeping this dependency simplifies the integration implementation
without significantly impacting install size, considering that most
LaTeX projects already require the pkgs.texlive.scheme-minimal packages.
[...]