{ pkgs ? import {} }: pkgs.mkShell { packages = [pkgs.groff]; }