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