From e50bee65f020ccd9ca4bcfb91345e11d67fcadb6 Mon Sep 17 00:00:00 2001 From: Brian McKenna Date: Sat, 26 Mar 2016 00:50:56 +1100 Subject: opengl.extraPackages32: pkgsi686Linux in example Issue #12616 uses this example but the commit doesn't. --- nixos/modules/hardware/opengl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/hardware/opengl.nix') diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix index d3b146be6b33..0bc574d48190 100644 --- a/nixos/modules/hardware/opengl.nix +++ b/nixos/modules/hardware/opengl.nix @@ -103,7 +103,7 @@ in hardware.opengl.extraPackages32 = mkOption { type = types.listOf types.package; default = []; - example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]"; + example = literalExample "with pkgs.pkgsi686Linux; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]"; description = '' Additional packages to add to 32-bit OpenGL drivers on 64-bit systems. Used when is -- cgit 1.4.1