Skip to content

Commit

Permalink
meilisearch: use new cargo fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Nov 18, 2024
1 parent 9cc5c63 commit dd451cc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/servers/search/meilisearch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ rustPlatform.buildRustPackage {

cargoBuildFlags = [ "--package=meilisearch" ];

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"rhai-1.20.0" = "sha256-lirpciSMM+OJh6Z4Ok3nZyJSdP8SNyUG15T9QqPNjII=";
"hf-hub-0.3.2" = "sha256-tsn76b+/HRvPnZ7cWd8SBcEdnMPtjUEIRJipOJUbz54=";
"tokenizers-0.15.2" = "sha256-lWvCu2hDJFzK6IUBJ4yeL4eZkOA08LHEMfiKXVvkog8=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-cEJTokDJQuc9Le5+3ObMDNJmEhWEb+Qh0TV9xZkD9D8=";

# Default features include mini dashboard which downloads something from the internet.
buildNoDefaultFeatures = true;
Expand Down

0 comments on commit dd451cc

Please sign in to comment.