nix: fix lockfile path

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I530d8b3990b4b9dc121378d9bc47d3a46a6a6964
This commit is contained in:
raf 2026-06-25 14:24:53 +03:00
commit bf27abc9f4
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
]; ];
}; };
cargoLock.lockFile = "${finalAttrs.src}Cargo.lock"; cargoLock.lockFile = "${finalAttrs.src}/Cargo.lock";
enableParallelBuilding = true; enableParallelBuilding = true;
strictDeps = true; strictDeps = true;