From 8381b34a79aa7af355522478ccbf68dda8d6d659 Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Tue, 28 Nov 2023 10:01:03 +0800 Subject: [PATCH] flake: add new booktabs dependency for artiq-manual-pdf --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6ddc56de2..565211391 100644 --- a/flake.nix +++ b/flake.nix @@ -363,7 +363,7 @@ inherit (pkgs.texlive) scheme-basic latexmk cmap collection-fontsrecommended fncychap titlesec tabulary varwidth framed fancyvrb float wrapfig parskip - upquote capt-of needspace etoolbox; + upquote capt-of needspace etoolbox booktabs; }; in rec { packages.x86_64-linux = {