about summary refs log tree commit diff
path: root/pkgs/tools/system/stress
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28treewide: add mainProgramh7x41-0/+1
(cherry picked from commit 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1)
2023-06-21stress: 1.0.4 -> 1.0.7Franz Pletz1-5/+9
2021-07-28tools/system: replace name with pname&versionFelix Buehler1-2/+3
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-06-21stress: enable on darwinDaiderd Jordan1-1/+1
2015-01-06add stress: configurable amount of CPU, memory, I/O, and disk stress on the ↵Domen Kožar1-0/+16
system