Skip to content

Commit 9d6173f

Browse files
committed
nix test
1 parent 165beb0 commit 9d6173f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devops/nix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ effectiveStdenv.mkDerivation (
160160
};
161161

162162
postPatch = ''
163-
substituteInPlace ./ggml-metal.m \
163+
substituteInPlace ./ggml/src/ggml-metal.m \
164164
--replace '[bundle pathForResource:@"ggml-metal" ofType:@"metal"];' "@\"$out/bin/ggml-metal.metal\";"
165-
substituteInPlace ./ggml-metal.m \
165+
substituteInPlace ./ggml/src/ggml-metal.m \
166166
--replace '[bundle pathForResource:@"default" ofType:@"metallib"];' "@\"$out/bin/default.metallib\";"
167167
'';
168168

0 commit comments

Comments
 (0)