1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-24 05:28:32 +02:00

AMD: Add lib.mkDefault to AMD_VULKAN_ICD

This commit is contained in:
SuperSamus 2022-07-02 23:39:55 +02:00 committed by GitHub
parent c530838143
commit 0efe78c51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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