typst: remove local cargo.lock, use fetchCargoVendor

This commit is contained in:
Pol Dellaiera 2024-11-24 09:35:43 +01:00
parent ef95c99dd0
commit bc7d2a3129
2 changed files with 3 additions and 3703 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,11 +23,9 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-OfTMJ7ylVOJjL295W3Flj2upTiUQXmfkyDFSE1v8+a4=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"typst-dev-assets-0.12.0" = "sha256-YLxLuhpAUzktjyprZAhZ4GjcXEDUDdLtSzc5onzLuto=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-dphMJ1KkZARSntvyEayAtlYw8lL39K7Iw0X4n8nz3z8=";
};
nativeBuildInputs = [