git-hooks.nix
git-hooks.nix copied to clipboard
latex: reduce installation size and build time
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. [...]
Changelog
v2: https://github.com/cachix/git-hooks.nix/commit/beb04f93ce5624ca774bd3bf1d060dbfd98b7df9
- Rebase on top of commit 9364dc02281c ("feat: Change
terraform-formatto support both Terraform and OpenTofu packages (#419)")
v1: https://github.com/cachix/git-hooks.nix/commit/e3ab70818814b9ec8cc4a9e7183f687ccc42596e
- Rebase update