git-hooks.nix icon indicating copy to clipboard operation
git-hooks.nix copied to clipboard

latex: reduce installation size and build time

Open trueNAHO opened this issue 1 year ago • 1 comments

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.

    [...]

trueNAHO avatar Oct 11 '24 14:10 trueNAHO