diff --git a/modules/common/development/debug-tools.nix b/modules/common/development/debug-tools.nix index 068827b9e..03ad3dcd7 100644 --- a/modules/common/development/debug-tools.nix +++ b/modules/common/development/debug-tools.nix @@ -22,16 +22,16 @@ in { inherit (pkgs) # For lspci: - + pciutils # For lsusb: - + usbutils # Useful in NetVM - + ethtool # Basic monitors - + htop iftop iotop @@ -39,10 +39,10 @@ in { dig evtest # For deleting Linux Boot Manager entries in automated testing - + efibootmgr # Performance testing - + speedtest-cli iperf ;