about summary refs log tree commit diff
path: root/doc/hooks/mpi-check-hook.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hooks/mpi-check-hook.section.md')
-rw-r--r--doc/hooks/mpi-check-hook.section.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/hooks/mpi-check-hook.section.md b/doc/hooks/mpi-check-hook.section.md
index 586ee2cc7c2d..c182c4cc6195 100644
--- a/doc/hooks/mpi-check-hook.section.md
+++ b/doc/hooks/mpi-check-hook.section.md
@@ -12,13 +12,14 @@ Example:
 
 ```nix
   { mpiCheckPhaseHook, mpi, ... }:
-
-  ...
-
-  nativeCheckInputs = [
-    openssh
-    mpiCheckPhaseHook
-  ];
+  {
+    # ...
+
+    nativeCheckInputs = [
+      openssh
+      mpiCheckPhaseHook
+    ];
+  }
 ```