aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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});
};