summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 9f1aafe..b8c244f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,12 +23,11 @@
stdenv
graphviz
plantuml
- pandoc
- texlive.combined.scheme-medium
daemonize
librsvg
(python3.withPackages test-python-packages)
black
+ html-tidy
];
SUBPLOT_DOT_PATH = "${pkgs.graphviz}/bin/dot";
SUBPLOT_JAVA_PATH = "${pkgs.jre}/bin/java";