summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2017-11-02 11:23:07 +0000
committerGitHub <noreply@github.com>2017-11-02 11:23:07 +0000
commitc34c737172acb3688717d17889a1f15183162e75 (patch)
treea5cb7600947e17b84e9883fe5daee88266aa11e8 /nixos/modules
parent68b5ec06b90406e81a2ff059f02fc25bf63b82af (diff)
parent309373ea68839fa28d61fc84c982a4b5c08322cf (diff)
downloadnixpkgs-c34c737172acb3688717d17889a1f15183162e75.tar
nixpkgs-c34c737172acb3688717d17889a1f15183162e75.tar.gz
nixpkgs-c34c737172acb3688717d17889a1f15183162e75.tar.bz2
nixpkgs-c34c737172acb3688717d17889a1f15183162e75.tar.lz
nixpkgs-c34c737172acb3688717d17889a1f15183162e75.tar.xz
nixpkgs-c34c737172acb3688717d17889a1f15183162e75.tar.zst
nixpkgs-c34c737172acb3688717d17889a1f15183162e75.zip
Merge pull request #31100 from zimbatm/hashcat4
Hashcat4
Diffstat (limited to 'nixos/modules')
-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 486fe7c1cd8..c2c36f02a14 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -93,7 +93,7 @@ in
     hardware.opengl.extraPackages = mkOption {
       type = types.listOf types.package;
       default = [];
-      example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
+      example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau intel-ocl ]";
       description = ''
         Additional packages to add to OpenGL drivers. This can be used
         to add OpenCL drivers, VA-API/VDPAU drivers etc.