From 3cfb0f01c8e7aacd31ea4a4492e35c7605ace831 Mon Sep 17 00:00:00 2001 From: hutli <6594598+hutli@users.noreply.github.com> Date: Sat, 2 Mar 2024 02:44:55 +0100 Subject: [PATCH] "buildStatic" -> "enableStatic" Co-authored-by: Philip Taron --- .devops/nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [ (