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

syncstorage-rs: use fetchCargoVendor

parent d56b5a4b
Loading
Loading
Loading
Loading
+0 −3907

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −3
Original line number Diff line number Diff line
@@ -47,9 +47,8 @@ rustPlatform.buildRustPackage rec {
      --prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
  '';

  cargoLock = {
    lockFile = ./Cargo.lock;
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-POm9JMv6sPIl00HzKoVJPUdvRcmBpsB/fbG/JmjePPM=";

  # almost all tests need a DB to test against
  doCheck = false;