about summary refs log tree commit diff
path: root/nixos/tests/mpich.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/mpich.nix')
-rw-r--r--nixos/tests/mpich.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/mpich.nix b/nixos/tests/mpich.nix
index 13cd0960d07c..a4ef7b624267 100644
--- a/nixos/tests/mpich.nix
+++ b/nixos/tests/mpich.nix
@@ -1,6 +1,8 @@
 # Simple example to showcase distributed tests using NixOS VMs.
 
 import ./make-test.nix {
+  name = "mpich";
+
   nodes = {
     master =
       { config, pkgs, ... }: {