···11 meta = with stdenv.lib; {
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 license = licenses.gpl2;
14- platforms = platforms.linux;
15 };
16}
···11 meta = with stdenv.lib; {
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 license = licenses.gpl2;
14+ platforms = platforms.unix;
15 };
16}