From ebc8dfbb9d53af283139eeea996767ae3fc1aa21 Mon Sep 17 00:00:00 2001 From: happysalada Date: Tue, 15 Aug 2023 15:55:56 +0800 Subject: [PATCH] chatgpt-retrieval-plugin: mark broken --- pkgs/servers/chatgpt-retrieval-plugin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/chatgpt-retrieval-plugin/default.nix b/pkgs/servers/chatgpt-retrieval-plugin/default.nix index b7accc881e61..05f7216209cd 100644 --- a/pkgs/servers/chatgpt-retrieval-plugin/default.nix +++ b/pkgs/servers/chatgpt-retrieval-plugin/default.nix @@ -63,6 +63,7 @@ python3Packages.buildPythonApplication { }; meta = with lib; { + broken = true; # dependencies are not up to date, the project doesn't look well maintained, this doesn't look like it's going in the right direction. I'm happy to handle maintainership to whoever wants to. homepage = "https://github.com/openai/chatgpt-retrieval-plugin"; description = "Tool to search and find personal or work documents by asking questions in everyday language"; license = licenses.mit;