{ pkgs ? import { } }: pkgs.mkShell { buildInputs = [ pkgs.cabal-install pkgs.ormolu ]; }