From 05c3919ac5c67bd0f209e2215b6d8659252d0427 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 17 Oct 2019 08:53:30 +1000 Subject: [PATCH] Corrected package name --- Deployments/pi_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployments/pi_common.nix b/Deployments/pi_common.nix index 9498092..251d2cd 100644 --- a/Deployments/pi_common.nix +++ b/Deployments/pi_common.nix @@ -6,7 +6,7 @@ environment = { # Set the system-wide environment systemPackages = with pkgs; [ - lsusb # Tools for working with USB devices, such as lsusb + usbutils # Tools for working with USB devices, such as lsusb ]; };