devenv: use cargoHash instead of cargoLock file

This commit is contained in:
Ivan Mincik 2024-03-25 20:55:53 +01:00
parent 4617c089d2
commit c0c1f663b3
2 changed files with 1 additions and 2129 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,9 +37,7 @@ in rustPlatform.buildRustPackage {
hash = "sha256-JCxjmWr2+75KMPOoVybNZhy9zhhrg9BAKA8D+J6MNBc="; hash = "sha256-JCxjmWr2+75KMPOoVybNZhy9zhhrg9BAKA8D+J6MNBc=";
}; };
cargoLock = { cargoHash = "sha256-FGB8p9ClGokYDrV0b47PnjeSlOv7p+IgThNajve3yms=";
lockFile = ./Cargo.lock;
};
nativeBuildInputs = [ makeWrapper pkg-config ]; nativeBuildInputs = [ makeWrapper pkg-config ];