{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ ccls cmake ]; }