windows: fix cargo lockfile location

escape-analysis
Sebastien Bourdeauducq 2022-03-26 15:23:31 +08:00
parent de4320eefb
commit 6288a66dc5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ in rec {
nac3artiq = pkgs.rustPlatform.buildRustPackage {
name = "nac3artiq-msys2";
src = ../.;
cargoLock = { lockFile = ../Cargo.lock; };
cargoLock = { lockFile = ../../Cargo.lock; };
nativeBuildInputs = [ pkgs.wineWowPackages.stable pkgs.zip ];
buildPhase =
''