Merge pull request #431 from SuperSamus/patch-1

AMD: Add lib.mkDefault to AMD_VULKAN_ICD
This commit is contained in:
Sandro 2022-07-04 13:21:50 +02:00 committed by GitHub
commit 3bf48d3587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
driSupport32Bit = lib.mkDefault true;
};
environment.variables.AMD_VULKAN_ICD = "RADV";
environment.variables.AMD_VULKAN_ICD = lib.mkDefault "RADV";
}