Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
542 B
Diff
16 lines
542 B
Diff
diff --git a/bottles/backend/utils/vulkan.py b/bottles/backend/utils/vulkan.py
|
|
index 6673493..9191004 100644
|
|
--- a/bottles/backend/utils/vulkan.py
|
|
+++ b/bottles/backend/utils/vulkan.py
|
|
@@ -28,7 +28,9 @@ class VulkanUtils:
|
|
"/usr/share/vulkan",
|
|
"/etc/vulkan",
|
|
"/usr/local/share/vulkan",
|
|
- "/usr/local/etc/vulkan",
|
|
+ "/usr/local/etc/vulkan",
|
|
+ "/run/opengl-driver/share/vulkan",
|
|
+ "/run/opengl-driver-32/share/vulkan",
|
|
]
|
|
if "FLATPAK_ID" in os.environ:
|
|
__vk_icd_dirs += [
|