summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-03-25 18:43:09 +0400
committerNikolay Amiantov <ab@fmap.me>2016-03-25 18:43:09 +0400
commitdd6b9987603e769f697cc382cab97513a5826d65 (patch)
tree44ddaa79da3532363badc4b53c9ee80d04090a52
parent11aaeb9200e5ac8764d2077f53fc009ad2948263 (diff)
parente50bee65f020ccd9ca4bcfb91345e11d67fcadb6 (diff)
downloadnixlib-dd6b9987603e769f697cc382cab97513a5826d65.tar
nixlib-dd6b9987603e769f697cc382cab97513a5826d65.tar.gz
nixlib-dd6b9987603e769f697cc382cab97513a5826d65.tar.bz2
nixlib-dd6b9987603e769f697cc382cab97513a5826d65.tar.lz
nixlib-dd6b9987603e769f697cc382cab97513a5826d65.tar.xz
nixlib-dd6b9987603e769f697cc382cab97513a5826d65.tar.zst
nixlib-dd6b9987603e769f697cc382cab97513a5826d65.zip
Merge pull request #14197 from puffnfresh/patch-2
opengl.extraPackages32: pkgsi686Linux in example
-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