Fix Cargo lock problem

This commit is contained in:
2025-11-01 12:29:03 +01:00
parent 3df6d08b36
commit aae0bc1bb0

View File

@@ -26,7 +26,10 @@ rustPlatform.buildRustPackage rec {
};
cargoLock = {
lockFile = "${src}/Cargo.lock";
lockFile = ./Cargo.lock;
};
cargoLock = {
outputHashes = {
"accesskit-0.16.0" = "sha256-uoLcd116WXQTu1ZTfJDEl9+3UPpGBN/QuJpkkGyRADQ=";
"atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA=";