{ pkgs ? import {}, unstable ? import {}, }: with pkgs; mkShell { buildInputs = [ sfml ]; nativeBuildInputs = [ ccls cmake ]; }