Add Cargo.lock directly

This commit is contained in:
Gabriel Simmer
2023-08-29 12:47:10 +08:00
committed by Yt
parent 1678f4ec11
commit 0f4c6b4e4b
2 changed files with 2416 additions and 1 deletions
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=";
};