{ pkgs ? import {} }: pkgs.mkShell { inputsFrom = [(import ./. {inherit pkgs;})]; packages = [pkgs.clang-tools]; }