flake: add new booktabs dependency for artiq-manual-pdf

This commit is contained in:
Florian Agbuya 2023-11-28 10:01:03 +08:00 committed by Sebastien Bourdeauducq
parent d458fc27bf
commit 8381b34a79
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@
inherit (pkgs.texlive) inherit (pkgs.texlive)
scheme-basic latexmk cmap collection-fontsrecommended fncychap scheme-basic latexmk cmap collection-fontsrecommended fncychap
titlesec tabulary varwidth framed fancyvrb float wrapfig parskip titlesec tabulary varwidth framed fancyvrb float wrapfig parskip
upquote capt-of needspace etoolbox; upquote capt-of needspace etoolbox booktabs;
}; };
in rec { in rec {
packages.x86_64-linux = { packages.x86_64-linux = {