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

substudy: use fetchCargoVendor

parent 9f511525
Loading
Loading
Loading
Loading
+0 −4781

File deleted.

Preview size limit exceeded, changes collapsed.

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

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "async-openai-0.19.1" = "sha256-UrWSZW3LxMZfinmQAjouhqTrhVhHkjgz9EzrZxR0qG4=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-S+/Oh1Cwulw8FyakF+d2E51AioFuQBGMAOG3y27YM2Q=";

  nativeBuildInputs = [ makeWrapper ];