From ab67c023591b25b97200df3d9a90dd98aa13dd8d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 May 2025 11:01:40 -0700 Subject: [PATCH] flake.nix: more dependencies for tests --- flake.nix | 6 ++++-- 1 file 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}); };