opengl.extraPackages32: pkgsi686Linux in example

Issue #12616 uses this example but the commit doesn't.

+1 -1
+1 -1
nixos/modules/hardware/opengl.nix
··· 103 103 hardware.opengl.extraPackages32 = mkOption { 104 104 type = types.listOf types.package; 105 105 default = []; 106 - example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]"; 106 + example = literalExample "with pkgs.pkgsi686Linux; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]"; 107 107 description = '' 108 108 Additional packages to add to 32-bit OpenGL drivers on 109 109 64-bit systems. Used when <option>driSupport32Bit</option> is