aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-05-11 11:01:40 -0700
committerJohn MacFarlane <[email protected]>2025-05-11 11:01:40 -0700
commitab67c023591b25b97200df3d9a90dd98aa13dd8d (patch)
tree78d76e7a1f3792d7539817105cc4c4be2b6f3826
parent04f27deaf52c13df3eea0f9892d7cce4166d6913 (diff)
flake.nix: more dependencies for tests
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index a95d3b877..eb83121e3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,9 +52,11 @@
zlib
git
bashInteractive
- epubcheck
- nodejs
+ epubcheck # for validate-epub
+ nodejs # for validate-epub
ripgrep
+ libxml2 # for xmllint
+ jq
];
inputsFrom = map (__getAttr "env") (__attrValues self.packages.${system});
};