llama-cpp: Split outputs

Avoids conflict in output files with stable-diffusion-cpp. Ideally they
would probably both consume ggml instead of vendoring.
This commit is contained in:
Andrew Marshall
2026-01-29 11:08:40 -05:00
parent c5296fdd05
commit 2e3a1cb6b0
+5
View File
@@ -76,6 +76,11 @@ effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "7772";
outputs = [
"out"
"dev"
];
src = fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";