about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-01-09 16:46:47 +0100
committerGitHub <noreply@github.com>2021-01-09 16:46:47 +0100
commitfa2b9b890a71368e48d3d311b8e99cd702373afd (patch)
tree1cf184c396f61a508c2f95b4d1332bf7600bbb58 /pkgs
parent67ff28aca0dfa218ad507e86461e44793bf8eafd (diff)
parenta91459c92931ed30c08060961cdd809a7fc3da6e (diff)
Merge pull request #103104 from Artturin/add-pciutils-inxi
inxi: add pciutils
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/inxi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/inxi/default.nix b/pkgs/tools/system/inxi/default.nix
index 14b14fa9ffd18..5efdc5381747f 100644
--- a/pkgs/tools/system/inxi/default.nix
+++ b/pkgs/tools/system/inxi/default.nix
@@ -3,7 +3,7 @@
 , withRecommends ? false # Install (almost) all recommended tools (see --recommends)
 , withRecommendedSystemPrograms ? withRecommends, util-linuxMinimal, dmidecode
 , file, hddtemp, iproute, ipmitool, usbutils, kmod, lm_sensors, smartmontools
-, binutils, tree, upower
+, binutils, tree, upower, pciutils
 , withRecommendedDisplayInformationPrograms ? withRecommends, glxinfo, xorg
 }:
 
@@ -12,7 +12,7 @@ let
     "--prefix PATH ':' '${stdenv.lib.makeBinPath programs}'";
   recommendedSystemPrograms = lib.optionals withRecommendedSystemPrograms [
     util-linuxMinimal dmidecode file hddtemp iproute ipmitool usbutils kmod
-    lm_sensors smartmontools binutils tree upower
+    lm_sensors smartmontools binutils tree upower pciutils
   ];
   recommendedDisplayInformationPrograms = lib.optionals
     withRecommendedDisplayInformationPrograms