Commit 64f6de59 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

mistral-rs: switch to fetchCargoVendor

parent 3380c823
Loading
Loading
Loading
Loading
+0 −5005

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −7
Original line number Diff line number Diff line
@@ -92,13 +92,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-aflzpJZ48AFBqNTssZl2KxkspQb662nGkEU6COIluxk=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "bindgen_cuda-0.1.6" = "sha256-OWGcQxT+x5HyIFskNVWpPr6Qfkh6Mv/g4PVSm5oA27g=";
      "candle-core-0.7.2" = "sha256-OovBzD1gEYToa3HT8oQtbY6sDy0heRwAH2cK7gz5Jm0=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-USp8siEXVjtkPoCHfQjDYPtgLfNHcy02LSUNdwDbxgs=";

  nativeBuildInputs = [
    pkg-config