{ pkgs ? import { }, }: pkgs.mkShell { packages = [ pkgs.gnu-cobol ]; }