flake: don't attempt to fixup Windows build

escape-analysis
Sebastien Bourdeauducq 2021-12-05 14:40:10 +08:00
parent d2919b9620
commit baa713a3ca
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@
zip $out/nac3artiq.zip nac3artiq.pyd
echo file binary-dist $out/nac3artiq.zip >> $out/nix-support/hydra-build-products
'';
dontFixup = true;
meta.platforms = ["x86_64-windows"];
}
);