Unverified Commit 603645f9 authored by TomaSajt's avatar TomaSajt
Browse files

desktop-postflop: use fetchCargoVendor

parent 2a159165
Loading
Loading
Loading
Loading
+0 −3894

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -36,12 +36,8 @@ rustPlatform.buildRustPackage rec {

  sourceRoot = "${src.name}/src-tauri";

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "postflop-solver-0.1.0" = "sha256-coEl09eMbQqSos1sqWLnfXfhujSTsnVnOlOQ+JbdFWY=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-pMvh2Rr+rMe0nMB9yRDrGatrS36+VM7os0eeBR31oCM=";

  postPatch = ''
    substituteInPlace tauri.conf.json \