{pkgs ? import {}}: let inherit (pkgs) mkShell cobalt; in mkShell { packages = [ cobalt ]; }