From 43ea86cc8c77dcb5f622766050f1c3315088c419 Mon Sep 17 00:00:00 2001 From: pinage404 Date: Fri, 28 Jun 2024 12:16:18 +0000 Subject: [PATCH] remove probably not necessary library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- raspberry-pi/3/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/raspberry-pi/3/default.nix b/raspberry-pi/3/default.nix index d4eba12..9d54c3c 100644 --- a/raspberry-pi/3/default.nix +++ b/raspberry-pi/3/default.nix @@ -32,7 +32,4 @@ "console=tty0" ]; - environment.systemPackages = with pkgs; [ - libraspberrypi - ]; }