diff options
author | Aria Shrimpton <me@aria.rip> | 2024-04-01 18:39:56 +0100 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-04-01 18:39:56 +0100 |
commit | 8b7687ff151a0e57e5b0d9cf10258657e0d2b7c2 (patch) | |
tree | bf930482a23b338d9035caadbc148917c1b1c90e /nix | |
parent | 47941ae2594c8eb3cea07d40352a96a7243b8cee (diff) |
suggestions from cosmo
Diffstat (limited to '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 ; } |