From 2d4d783ed27d5c91b18f9282b4685ce071f2336e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 11 Apr 2022 08:55:29 -0500 Subject: [PATCH] Add usbutils to Raspberry Pi configuration --- profiles/rpi4.nix | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 profiles/rpi4.nix diff --git a/profiles/rpi4.nix b/profiles/rpi4.nix old mode 100644 new mode 100755 index 3cdeb28..e3e97dc --- a/profiles/rpi4.nix +++ b/profiles/rpi4.nix @@ -28,5 +28,6 @@ environment.systemPackages = with pkgs; [ raspberrypifw + usbutils ]; }