mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
Add Cargo.lock directly
This commit is contained in:
parent
1678f4ec11
commit
0f4c6b4e4b
2415
pkgs/development/tools/worker-build/Cargo.lock
generated
Normal file
2415
pkgs/development/tools/worker-build/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = "${src}/Cargo.lock";
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"postgres-protocol-0.6.5" = "sha256-xLyaappu7ebtKOoHY49dvjDEcuRg8IOv1bNH9RxSUcM=";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user