summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorBrian McKenna <brian@brianmckenna.org>2016-03-26 00:50:56 +1100
committerBrian McKenna <brian@brianmckenna.org>2016-03-26 00:50:56 +1100
commite50bee65f020ccd9ca4bcfb91345e11d67fcadb6 (patch)
treede8a60f942baee82957ca5ade1472c560ea3cadf /nixos/modules/hardware
parent7a89a856224e00558033e975699b8b4486630b36 (diff)
downloadnixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.tar
nixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.tar.gz
nixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.tar.bz2
nixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.tar.lz
nixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.tar.xz
nixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.tar.zst
nixlib-e50bee65f020ccd9ca4bcfb91345e11d67fcadb6.zip
opengl.extraPackages32: pkgsi686Linux in example
Issue #12616 uses this example but the commit doesn't.
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/opengl.nix2
1 files changed, 1 insertions, 1 deletions
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 <option>driSupport32Bit</option> is