diff options
Diffstat (limited to 'nix/tex-env.nix')
-rw-r--r-- | nix/tex-env.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/tex-env.nix b/nix/tex-env.nix index 403bf48..e2acbc8 100644 --- a/nix/tex-env.nix +++ b/nix/tex-env.nix @@ -15,5 +15,7 @@ pkgs.texlive.combine { latex-bin latexmk adjustbox + algorithms + algorithmicx ; } |