diff options
| author | John MacFarlane <[email protected]> | 2025-05-11 10:31:19 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-11 10:31:19 -0700 |
| commit | 1f2675e4bb10359c843107eaee03c4aedff30bad (patch) | |
| tree | 77ef732d53df68b819c5a813fdd1f0b0ccc1b4d7 /flake.nix | |
| parent | de13b8338f989b8b6a2dde1379be41e3e49420a8 (diff) | |
flake.nix; ensure epubcheck is present.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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}); }; |
