forked from NotAShelf/beer
nix: fix lockfile path
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I530d8b3990b4b9dc121378d9bc47d3a46a6a6964
This commit is contained in:
parent
932b14bbfc
commit
bf27abc9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
];
|
||||
};
|
||||
|
||||
cargoLock.lockFile = "${finalAttrs.src}Cargo.lock";
|
||||
cargoLock.lockFile = "${finalAttrs.src}/Cargo.lock";
|
||||
enableParallelBuilding = true;
|
||||
|
||||
strictDeps = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue