summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atop
Commit message (Collapse)AuthorAge
* treewide: remove meta.versionFelix Buehler2021-07-18
|
* atop: use substituteInPlace instead of sedPaul Schyska2021-05-17
|
* atop:, nixos/atop: Apply style suggestionsPaul Schyska2021-05-17
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* atop: Merge all path-fixing to a single patch, comment the remaining patchesPaul Schyska2021-05-16
|
* atop: fix packaging .service files, add option to build with atopgpuPaul Schyska2021-05-16
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* atop: 2.4.0 -> 2.6.0freezeboy2020-12-27
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* atop: 2.3.0 -> 2.4.0R. RyanTM2019-01-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atop/versions
* atop: add licenseMarkus Kowalewski2018-08-16
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* atop: don't chmod u+s, otherwise Nix build failsRicardo M. Correia2017-07-03
|
* atop: 2.2-3 -> 2.3.0Armijn Hemel2017-05-01
|
* atop: update 2.1-1 -> 2.2-3Michael Raskin2015-07-05
|
* Only update via external upstream information: nead to specify version formatMichael Raskin2014-10-06
|
* Update atopMichael Raskin2014-09-24
|
* Allow search of updates for atopMichael Raskin2014-07-01
|
* update atopDavid Guibert2013-01-06
|
* Atop: add package (atop is one more load monitor)Michael Raskin2012-08-25