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.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/tests/mpich.nix b/nixos/tests/mpich.nix
index d57512ebdfed..13cd0960d07c 100644
--- a/nixos/tests/mpich.nix
+++ b/nixos/tests/mpich.nix
@@ -1,10 +1,6 @@
 # Simple example to showcase distributed tests using NixOS VMs.
 
-{ pkgs, ... }:
-
-with pkgs;
-
-{
+import ./make-test.nix {
   nodes = {
     master =
       { config, pkgs, ... }: {