[latex] Update, add biber

This commit is contained in:
Tibo De Peuter 2024-05-03 13:15:55 +02:00
parent cf38cbb1a9
commit 6907e39ebb
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 8 additions and 7 deletions

View file

@ -14,8 +14,9 @@
in {
devShells.default = pkgs.mkShell {
packages = with pkgs; [
texlive.combined.scheme-small
texlive.combined.scheme-full
pgfplots
biber
];
};
}