{ pkgs ? import {} }: with pkgs; mkShell { nativeBuildInputs = [ gcc gnumake cmake cmake-format clang-tools # ccls ]; buildInputs = [ sfml ]; }