We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba70cf commit 6802820Copy full SHA for 6802820
1 file changed
pkgs/development/libraries/mesa/default.nix
@@ -30,6 +30,7 @@
30
] ++ lib.optionals stdenv.hostPlatform.isx86 [
31
"iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4
32
"crocus" # Intel legacy, x86 only
33
+ "i915" # Intel extra legacy, x86 only
34
]
35
else [ "auto" ]
36
, vulkanDrivers ?
0 commit comments