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