diff --git a/flake.nix b/flake.nix index 1a6c8d8d..ebbe3437 100644 --- a/flake.nix +++ b/flake.nix @@ -90,7 +90,7 @@ installPhase = '' mkdir -p $out - cp target/x86_64-pc-windows-gnu/release/nac3artiq.dll $out + cp target/x86_64-pc-windows-gnu/release/nac3artiq.dll $out/nac3artiq.pyd ''; meta.platforms = ["x86_64-windows"]; }