about summary refs log tree commit diff
path: root/nixpkgs/doc/using/overlays.chapter.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/using/overlays.chapter.md')
-rw-r--r--nixpkgs/doc/using/overlays.chapter.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/doc/using/overlays.chapter.md b/nixpkgs/doc/using/overlays.chapter.md
index 037580583b6b..d2e3b49a6aa9 100644
--- a/nixpkgs/doc/using/overlays.chapter.md
+++ b/nixpkgs/doc/using/overlays.chapter.md
@@ -138,6 +138,8 @@ All programs that are built with [MPI](https://en.wikipedia.org/wiki/Message_Pas
 
 -   [MPICH](https://www.mpich.org/), attribute name `mpich`
 
+-   [MVAPICH](https://mvapich.cse.ohio-state.edu/), attribute name `mvapich`
+
 To provide MPI enabled applications that use `MPICH`, instead of the default `Open MPI`, simply use the following overlay:
 
 ```nix