doc: fix incorrect counter for MPI options (#432636)

authored by

Peder Bergebakken Sundt and committed by
GitHub
101f44a8 bcb4da11

+1 -1
+1 -1
doc/using/overlays.chapter.md
··· 140 140 141 141 ### Switching the MPI implementation {#sec-overlays-alternatives-mpi} 142 142 143 - All programs that are built with [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) support use the generic attribute `mpi` as an input. At the moment Nixpkgs natively provides two different MPI implementations: 143 + All programs that are built with [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) support use the generic attribute `mpi` as an input. At the moment Nixpkgs natively provides the following MPI implementations: 144 144 145 145 - [Open MPI](https://www.open-mpi.org/) (default), attribute name 146 146 `openmpi`