Commit 090bfb5f authored by TomaSajt's avatar TomaSajt Committed by Masum Reza
Browse files

ripgrep-all: use fetchCargoVendor

parent 7076bd45
Loading
Loading
Loading
Loading
+0 −2207

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -34,12 +34,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-ns7RL7kiG72r07LkF6RzShNg8M2SU6tU5+gXDxzUQHM=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "tokio-tar-0.3.1" = "sha256-oYXcZepnQyZ13zCvECwNqbXUnov3Y6uJlpkHz1zVpRo=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-VbkLs5TuDSY7UHh2hA8R4dp99RU7pMmGhS1P9U9osq8=";

  # override debug=true set in Cargo.toml upstream
  RUSTFLAGS = "-C debuginfo=none";