less 32 bit stuff

This commit is contained in:
Christoph Cullmann 2023-10-23 20:01:22 +02:00
parent ab4a2aa238
commit 2fc3232ef3
2 changed files with 0 additions and 2 deletions

View file

@ -22,5 +22,4 @@
# amd graphics # amd graphics
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ]; hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ amdvlk ];
} }

View file

@ -22,5 +22,4 @@
# intel graphics # intel graphics
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ]; hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];
} }