forked from M-Labs/nac3
flake: don't attempt to fixup Windows build
This commit is contained in:
parent
d2919b9620
commit
baa713a3ca
|
@ -101,6 +101,7 @@
|
||||||
zip $out/nac3artiq.zip nac3artiq.pyd
|
zip $out/nac3artiq.zip nac3artiq.pyd
|
||||||
echo file binary-dist $out/nac3artiq.zip >> $out/nix-support/hydra-build-products
|
echo file binary-dist $out/nac3artiq.zip >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
|
dontFixup = true;
|
||||||
meta.platforms = ["x86_64-windows"];
|
meta.platforms = ["x86_64-windows"];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue