From 1d49ca37594fb49db6aa9518ba7c512e5ccd0108 Mon Sep 17 00:00:00 2001 From: Yuannan Date: Mon, 6 Oct 2025 09:29:56 +0000 Subject: [PATCH] nix : removed metal for nix (#16118) --- .devops/nix/package.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 651a54db4c..41748e89d5 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -128,10 +128,6 @@ effectiveStdenv.mkDerivation (finalAttrs: { }; postPatch = '' - substituteInPlace ./ggml/src/ggml-metal/ggml-metal.m \ - --replace '[bundle pathForResource:@"ggml-metal" ofType:@"metal"];' "@\"$out/bin/ggml-metal.metal\";" - substituteInPlace ./ggml/src/ggml-metal/ggml-metal.m \ - --replace '[bundle pathForResource:@"default" ofType:@"metallib"];' "@\"$out/bin/default.metallib\";" ''; # With PR#6015 https://github.com/ggml-org/llama.cpp/pull/6015,