Add Cargo.lock directly
This commit is contained in:
+2415
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=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user