forked from M-Labs/nac3
windows: fix cargo lockfile location
This commit is contained in:
parent
de4320eefb
commit
6288a66dc5
|
@ -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 =
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue