Merge pull request #319 from j0hax/amdvlk-i686

AMD: include 32-bit driver for Vulkan
This commit is contained in:
Jörg Thalheim 2021-09-30 09:26:03 +01:00 committed by GitHub
commit 0a8b8054c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
amdvlk
];
hardware.opengl.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
hardware.opengl = {
driSupport = lib.mkDefault true;
driSupport32Bit = lib.mkDefault true;