mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 13:18:00 +00:00
devenv: use cargoHash instead of cargoLock file
This commit is contained in:
parent
4617c089d2
commit
c0c1f663b3
2126
pkgs/by-name/de/devenv/Cargo.lock
generated
2126
pkgs/by-name/de/devenv/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -37,9 +37,7 @@ in rustPlatform.buildRustPackage {
|
||||
hash = "sha256-JCxjmWr2+75KMPOoVybNZhy9zhhrg9BAKA8D+J6MNBc=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
cargoHash = "sha256-FGB8p9ClGokYDrV0b47PnjeSlOv7p+IgThNajve3yms=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pkg-config ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user