lol

stress: enable on darwin

+1 -1
+1 -1
pkgs/tools/system/stress/default.nix
··· 11 11 meta = with stdenv.lib; { 12 12 description = "Simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system"; 13 13 license = licenses.gpl2; 14 - platforms = platforms.linux; 14 + platforms = platforms.unix; 15 15 }; 16 16 }