Skip to content

Commit

Permalink
zincsearch: move to by-name
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Oct 26, 2024
1 parent ca9a722 commit 158b42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
lib,
buildGoModule,
buildGo122Module,
fetchFromGitHub,
buildNpmPackage,
}:
Expand Down Expand Up @@ -33,7 +33,7 @@ let
};
in

buildGoModule rec {
buildGo122Module rec {
pname = "zincsearch";
inherit src version;

Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14062,10 +14062,6 @@ with pkgs;

zip = callPackage ../tools/archivers/zip { };

zincsearch = callPackage ../servers/search/zincsearch {
buildGoModule = buildGo122Module;
};

zkfuse = callPackage ../tools/filesystems/zkfuse { };

zpaq = callPackage ../tools/archivers/zpaq { };
Expand Down

0 comments on commit 158b42e

Please sign in to comment.