sqlite-vss: mark broken

Low maintenance, incompatible with faiss
This commit is contained in:
Someone Serge
2024-07-27 19:51:14 +00:00
parent ee0e3fb540
commit 0376102e9b
+3
View File
@@ -43,6 +43,9 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = with lib;{
# Low maintenance mode, doesn't support up-to-date faiss
# https://github.com/NixOS/nixpkgs/pull/330191#issuecomment-2252965866
broken = lib.versionAtLeast faiss.version "1.8.0";
description = "SQLite extension for efficient vector search based on Faiss";
homepage = "https://github.com/asg017/sqlite-vss";
changelog = "https://github.com/asg017/sqlite-vss/releases/tag/v${finalAttrs.version}";