Skip to content

Commit

Permalink
latex: reduce footprint by replacing scheme-basic with scheme-minimal
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trueNAHO committed Oct 11, 2024
1 parent 86a3abd commit a3f41bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let
[ "chktex" "lacheck" "latexindent" ]
)
)
// { inherit (pkgs.texlive) scheme-basic; }
// { inherit (pkgs.texlive) scheme-minimal; }
);
in
{
Expand Down

0 comments on commit a3f41bc

Please sign in to comment.