fix: add 32-bit amdvlk as well

This commit is contained in:
Felix Schröter 2022-03-05 11:41:21 +01:00
parent a643269597
commit f0797e0486
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -10,15 +10,17 @@
driSupport32Bit = true;
extraPackages = with pkgs; [
amdvlk
vaapiIntel
vaapiVdpau
libvdpau-va-gl
rocm-opencl-icd
rocm-opencl-runtime
];
extraPackages32 = with pkgs.driversi686Linux; [
amdvlk
vaapiIntel
libvdpau-va-gl
vaapiVdpau