linuxPackages.bbswitch: disable on AArch64

It makes no sense on non-x86 platforms.

+1 -1
+1 -1
pkgs/os-specific/linux/bbswitch/default.nix
··· 50 50 51 51 meta = with stdenv.lib; { 52 52 description = "A module for powering off hybrid GPUs"; 53 - platforms = platforms.linux; 53 + platforms = [ "x86_64-linux" "i686-linux" ]; 54 54 homepage = https://github.com/Bumblebee-Project/bbswitch; 55 55 maintainers = with maintainers; [ abbradar ]; 56 56 };