{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.clang_16 ]; }