fix: add 32-bit amdvlk as well
This commit is contained in:
parent
a643269597
commit
f0797e0486
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue