diff --git a/pkgs/by-name/ko/koboldcpp/package.nix b/pkgs/by-name/ko/koboldcpp/package.nix index 06e3363e98ff..02111ec70a3f 100644 --- a/pkgs/by-name/ko/koboldcpp/package.nix +++ b/pkgs/by-name/ko/koboldcpp/package.nix @@ -89,12 +89,6 @@ effectiveStdenv.mkDerivation (finalAttrs: { (lib.optionals cublasSupport "CUDA_DOCKER_ARCH=${builtins.head cudaArches}") ]; - env = { - # Fixes an issue where "fprintf" is being called with a format string that isn't a string literal - NIX_CFLAGS_COMPILE = lib.optionalString vulkanSupport "-Wno-error=format-security"; - NIX_CXXFLAGS_COMPILE = lib.optionalString vulkanSupport "-Wno-error=format-security"; - }; - installPhase = '' runHook preInstall