Unverified Commit 29968df3 authored by Funkeleinhorn's avatar Funkeleinhorn
Browse files

mergiraf: fix use vendored Cargo.lock

parent 9372cd96
Loading
Loading
Loading
Loading
+0 −1467

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −3
Original line number Diff line number Diff line
@@ -21,9 +21,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-ft3lr+k/EOfYO9z8XPgONiUd8YLn6t7D6OsnMxVETrg=";
  };

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

  nativeCheckInputs = [
    git