about summary refs log tree commit diff
path: root/pkgs/tools/system/stress/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/stress/default.nix')
-rw-r--r--pkgs/tools/system/stress/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/stress/default.nix b/pkgs/tools/system/stress/default.nix
index ab765c8201313..0334ed757b36a 100644
--- a/pkgs/tools/system/stress/default.nix
+++ b/pkgs/tools/system/stress/default.nix
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
     description = "Simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system";
     license = licenses.gpl2;
     platforms = platforms.unix;
+    mainProgram = "stress";
   };
 }