about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-06-21 23:25:35 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-06-21 23:26:43 +0200
commit7469eb9fed930d57a1ff8bb8c0666985d9ed0c46 (patch)
tree2ff073c9efc1f9e867ba1e95be00428fa91f776d /pkgs/tools
parentdd265313e7b178b42ba29ed99e3ae009f413414d (diff)
downloadnixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.tar
nixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.tar.gz
nixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.tar.bz2
nixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.tar.lz
nixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.tar.xz
nixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.tar.zst
nixlib-7469eb9fed930d57a1ff8bb8c0666985d9ed0c46.zip
stress: enable on darwin
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/stress/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/stress/default.nix b/pkgs/tools/system/stress/default.nix
index 52cfd4dde74e..5a4734328ff9 100644
--- a/pkgs/tools/system/stress/default.nix
+++ b/pkgs/tools/system/stress/default.nix
@@ -11,6 +11,6 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     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.linux;
+    platforms = platforms.unix;
   };
 }