From baa713a3cabb90e2b3519f1d323f09c2f881c605 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 5 Dec 2021 14:40:10 +0800 Subject: [PATCH] flake: don't attempt to fixup Windows build --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c72bb8ad..a4d84b97 100644 --- a/flake.nix +++ b/flake.nix @@ -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"]; } );