From 21d67ff6c4bea9d58afe7796fbedbab38470ef50 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Fri, 24 May 2024 08:27:34 +0400 Subject: [PATCH] Fix nix fmt warnings Signed-off-by: Brian McGillion --- modules/common/development/debug-tools.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ;