1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-16 19:37:24 +02:00

remove probably not necessary library

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
pinage404 2024-06-28 12:16:18 +00:00 committed by mergify[bot]
parent 8d5e6d9278
commit 43ea86cc8c

View file

@ -32,7 +32,4 @@
"console=tty0"
];
environment.systemPackages = with pkgs; [
libraspberrypi
];
}