Add cargo.lock

This commit is contained in:
ewuuwe
2023-12-09 12:24:42 +01:00
parent 7e67497d52
commit 2889423213
2 changed files with 2271 additions and 5 deletions
File diff suppressed because it is too large Load Diff
@@ -29,11 +29,9 @@ stdenv.mkDerivation rec {
hash = "sha256-OVz1vsmOtH/5sEuyl2BfDqG2/9D1HGtHA0FtPntKQT0=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"plotters-cairo-0.4.0" = "sha256-m7ZT5F7WxjZSGQwuytqdMWUgYvcK2UCU/ntJGIJE+UA=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-SkCEA9CKqzy0wSIUj0DG6asIysD7G9i3nJ9jwhwAUqY=";
};
nativeBuildInputs = [