{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ clang-tools bear ]; }