{ pkgs ? import {}, mkShell, stylish-haskell, }: with pkgs; mkShell { buildInputs = [ nix # Powerful package manager, makes packaging reliable & reproducible stylish-haskell # A simple Haskell code prettifier tea # Gitea official CLI client treefmt # one CLI to format the code tree zlib # Lossless data-compression library ]; }