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