tantivy-go: move to toplevel

This commit is contained in:
Gutyina Gergő
2025-03-25 15:35:11 +01:00
parent 8407a64b5c
commit 6322b5f020
3 changed files with 1 additions and 2 deletions
@@ -1,16 +1,15 @@
{
stdenv,
lib,
callPackage,
fetchFromGitHub,
buildGoModule,
protoc-gen-grpc-web,
protoc-gen-js,
protobuf,
tantivy-go,
}:
let
tantivy-go = callPackage ../tantivy-go { };
pname = "anytype-heart";
version = "0.39.11";
src = fetchFromGitHub {