flake.nix: more dependencies for tests

This commit is contained in:
John MacFarlane
2025-05-11 11:01:40 -07:00
parent 04f27deaf5
commit ab67c02359
+4 -2
View File
@@ -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});
};