Skip to content

Commit

Permalink
Remove some unneeded tex packages
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Nov 23, 2023
1 parent 24744b5 commit 333d908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
nativeBuildInputs = with pkgs; [
python310
(texlive.combine {
inherit (texlive) scheme-medium enumitem titling todonotes cleveref framed tocloft titlesec paralist;
inherit (texlive) scheme-medium enumitem framed tocloft titlesec paralist;
})
];
patches = [ ./kactl.patch ];
Expand Down

0 comments on commit 333d908

Please sign in to comment.