diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index eb7c1c82e..093d22ba7 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -196,7 +196,7 @@ effectiveStdenv.mkDerivation ( (cmakeBool "LLAMA_METAL" useMetalKit) (cmakeBool "LLAMA_MPI" useMpi) (cmakeBool "LLAMA_VULKAN" useVulkan) - (cmakeBool "LLAMA_STATIC" buildStatic) + (cmakeBool "LLAMA_STATIC" enableStatic) ] ++ optionals useCuda [ (