Skip to content

Commit 3cfb0f0

Browse files
hutliphiliptaron
andauthored
"buildStatic" -> "enableStatic"
Co-authored-by: Philip Taron <[email protected]>
1 parent 48830d7 commit 3cfb0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ effectiveStdenv.mkDerivation (
196196
(cmakeBool "LLAMA_METAL" useMetalKit)
197197
(cmakeBool "LLAMA_MPI" useMpi)
198198
(cmakeBool "LLAMA_VULKAN" useVulkan)
199-
(cmakeBool "LLAMA_STATIC" buildStatic)
199+
(cmakeBool "LLAMA_STATIC" enableStatic)
200200
]
201201
++ optionals useCuda [
202202
(

0 commit comments

Comments
 (0)