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

Changelog

v2: https://github.com/cachix/git-hooks.nix/commit/beb04f93ce5624ca774bd3bf1d060dbfd98b7df9

  • Rebase on top of commit 9364dc02281c ("feat: Change terraform-format to support both Terraform and OpenTofu packages (#419)")

v1: https://github.com/cachix/git-hooks.nix/commit/e3ab70818814b9ec8cc4a9e7183f687ccc42596e

  • Rebase update

v0: https://github.com/cachix/git-hooks.nix/commit/a3f41bcd1abc872c32514fdf24f381ef5748252e

trueNAHO avatar Feb 12 '25 17:02 trueNAHO