flake.nix; ensure epubcheck is present.

This commit is contained in:
John MacFarlane
2025-05-11 10:31:19 -07:00
parent de13b8338f
commit 1f2675e4bb
+6 -2
View File
@@ -43,10 +43,14 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
haskellPackages.haskell-language-server # you must build it with your ghc to work
haskellPackages.hlint
haskellPackages.cabal-install
haskellPackages.ghcid
zlib
ghcid
cabal-install
git
bashInteractive
epubcheck
nodejs
];
inputsFrom = map (__getAttr "env") (__attrValues self.packages.${system});
};