From 1f2675e4bb10359c843107eaee03c4aedff30bad Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 May 2025 10:31:19 -0700 Subject: flake.nix; ensure epubcheck is present. --- flake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d301fdf44..82c55011e 100644 --- a/flake.nix +++ b/flake.nix @@ -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}); }; -- cgit v1.2.3