geopard: de-vendor Cargo.lock

This commit is contained in:
Kirill Radzikhovskyy 2024-01-13 11:11:44 +09:00
parent 644fcfd126
commit ab4796c52a
2 changed files with 3 additions and 1592 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,8 +31,9 @@ stdenv.mkDerivation rec {
hash = "sha256-elHxtFEGkdhEPHxuJtcMYwWnvo6vDaHiOyN51EOzym0=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
cargoDeps = rustPlatform.fetchCargoTarball {
inherit pname version src;
hash = "sha256-80YujPjcmAxH1gITT4OJk8w4m8Z/pAYtBUpCPQOKe3E=";
};
nativeBuildInputs = [