summary refs log tree commit diff
path: root/pkgs/tools/system/inxi
Commit message (Collapse)AuthorAge
* inxi: Remove myself as maintainerMichael Weiss2021-04-17
|
* inxi: 3.3.03-1 -> 3.3.04-1Michael Weiss2021-04-17
|
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* inxi: 3.3.02-1 -> 3.3.03-1Michael Weiss2021-03-18
|
* inxi: 3.3.01-1 -> 3.3.02-1Michael Weiss2021-03-16
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* inxi: 3.3.00-1 -> 3.3.01-1Michael Weiss2021-02-09
|
* inxi: 3.2.02-2 -> 3.3.00-1Michael Weiss2021-01-29
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* inxi: 3.2.02-1 -> 3.2.02-2Michael Weiss2021-01-14
|
* inxi: 3.2.01-1 -> 3.2.02-1Michael Weiss2021-01-11
|
* 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
* inxi: add pciutils (optional dependency)Artturin2021-01-09
|
* inxi: 3.2.00-1 -> 3.2.01-1Michael Weiss2020-12-18
|
* inxi: 3.1.09-1 -> 3.2.00-1Michael Weiss2020-12-16
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* inxi: 3.1.08-1 -> 3.1.09-1Michael Weiss2020-11-12
|
* inxi: 3.1.07-1 -> 3.1.08-1Michael Weiss2020-10-17
|
* inxi: 3.1.06-1 -> 3.1.07-1Michael Weiss2020-10-01
|
* inxi: 3.1.05-4 -> 3.1.06-1Michael Weiss2020-08-17
|
* inxi: 3.1.05-2 -> 3.1.05-4Michael Weiss2020-08-13
|
* inxi: 3.1.05-1 -> 3.1.05-2Michael Weiss2020-07-29
|
* inxi: 3.1.04-1 -> 3.1.05-1Michael Weiss2020-07-27
|
* inxi: 3.1.03-1 -> 3.1.04-1Michael Weiss2020-07-01
|
* inxi: 3.1.01-1 -> 3.1.03-1Michael Weiss2020-06-13
|
* inxi: 3.1.00-1 -> 3.1.01-1Michael Weiss2020-06-02
|
* inxi: Add a flag to install all recommended toolsMichael Weiss2020-04-23
|
* inxi: 3.0.38-1 -> 3.1.00-1Michael Weiss2020-04-23
|
* inxi: 3.0.37-1 -> 3.0.38-1Michael Weiss2020-03-17
|
* inxi: 3.0.36-1 -> 3.0.37-1Michael Weiss2019-11-29
|
* inxi: enable json outputDavid Guibert2019-10-09
| | | | | | | | | | | | | Before this patch: $ inxi --output json --output-file output.json $additional_args Error 80: The required json Perl module is not installed: Cpanel::JSON::XS OR JSON::XS See --recommends for more information. With this patch, it works as expected: $ inxi --output json --output-file output.json $additional_args Writing JSON data to: output.json Data written successfully.
* Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\
| * inxi: 3.0.35-1 -> 3.0.36-1Michael Weiss2019-08-15
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* inxi: 3.0.34-1 -> 3.0.35-1Michael Weiss2019-07-17
|
* inxi: 3.0.33-1 -> 3.0.34-1Michael Weiss2019-05-01
|
* inxi: 3.0.32-1 -> 3.0.33-1Michael Weiss2019-03-30
|
* inxi: 3.0.31-1 -> 3.0.32-1Michael Weiss2019-02-08
|
* inxi: 3.0.30-1 -> 3.0.31-1Michael Weiss2019-02-07
|
* inxi: init at 3.0.30-1Michael Weiss2019-01-13