devops : added spirv-headers to nix (#21965)

This commit is contained in:
Yuannan 2026-04-16 08:12:52 +00:00 committed by GitHub
parent 82677a6ede
commit 90fb96a7b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@
vulkan-loader,
openssl,
shaderc,
spirv-headers,
useBlas ?
builtins.all (x: !x) [
useCuda
@ -145,6 +146,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
ninja
pkg-config
git
spirv-headers
]
++ optionals useCuda [
cudaPackages.cuda_nvcc