{ pkgs }: pkgs.clangMultiStdenv.mkDerivation { name = "empty development shell"; buildInputs = with pkgs; [ ]; }