diff --git a/flake.nix b/flake.nix index 5b3277a..7bfc166 100644 --- a/flake.nix +++ b/flake.nix @@ -14,19 +14,16 @@ pkgs = nixpkgs.legacyPackages.${system}; buildInputs = with pkgs; [ gnumake - (texlive.combine { - inherit (texlive) - scheme-small - # Build script - latexmk - # Extra packages needed - clearsans - fontaxes - textpos - ifmtarg - marvosym - ; - }) + (texliveSmall.withPackages (ps: with ps; [ + # Build script + latexmk + # Extra packages needed + clearsans + fontaxes + textpos + ifmtarg + marvosym + ])) ]; in {