]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
devops : added spirv-headers to nix (#21965)
authorYuannan <redacted>
Thu, 16 Apr 2026 08:12:52 +0000 (08:12 +0000)
committerGitHub <redacted>
Thu, 16 Apr 2026 08:12:52 +0000 (11:12 +0300)
.devops/nix/package.nix

index 0277dda86d2d3a12c9d37bbc73cb96dcc1d75770..4e5fd00a5552b496ed07ec999091c69f9a2a7d35 100644 (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