Remove Cargo.lock

This commit is contained in:
ewuuwe
2023-12-09 19:17:50 +01:00
parent 5d26d7dce8
commit affcea3ff7
2 changed files with 3 additions and 2270 deletions
File diff suppressed because it is too large Load Diff
@@ -29,8 +29,9 @@ stdenv.mkDerivation rec {
hash = "sha256-OVz1vsmOtH/5sEuyl2BfDqG2/9D1HGtHA0FtPntKQT0=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-SkCEA9CKqzy0wSIUj0DG6asIysD7G9i3nJ9jwhwAUqY=";
};
nativeBuildInputs = [