Unverified Commit 422081d2 authored by Gavin John's avatar Gavin John
Browse files

envision-unwrapped: Remove Cargo.lock

parent 42a952fc
Loading
Loading
Loading
Loading
+0 −2715

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -42,8 +42,9 @@ stdenv.mkDerivation (finalAttrs: {

  strictDeps = true;

  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit (finalAttrs) pname version src;
    hash = "sha256-I9UDCKrqU6TWcmHsSFwt1elplPwU+XTgyXiN2wtw5y0=";
  };

  nativeBuildInputs = [