envision-unwrapped: Remove Cargo.lock

This commit is contained in:
Gavin John
2024-10-27 19:44:00 -07:00
parent 42a952fc7d
commit 422081d2ea
2 changed files with 3 additions and 2717 deletions
File diff suppressed because it is too large Load Diff
@@ -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 = [