linuxPackages.nvidia_x11.open: set platforms to only x86_64-linux

Nick Cao cbda4425 39ee23f4

+1 -1
+1 -1
pkgs/os-specific/linux/nvidia-x11/open.nix
··· 33 description = "NVIDIA Linux Open GPU Kernel Module"; 34 homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; 35 license = with licenses; [ gpl2Plus mit ]; 36 - platforms = platforms.linux; 37 maintainers = with maintainers; [ nickcao ]; 38 inherit broken; 39 };
··· 33 description = "NVIDIA Linux Open GPU Kernel Module"; 34 homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules"; 35 license = with licenses; [ gpl2Plus mit ]; 36 + platforms = [ "x86_64-linux" ]; 37 maintainers = with maintainers; [ nickcao ]; 38 inherit broken; 39 };