windows: fix src location

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

View File

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