forked from M-Labs/nac3
flake: add Hydra job for Windows build
This is a proof-of-concept; it works but requires manual fiddling with DLLs (e.g. copy them from the Nix store into the Windows environment), and LLD is not available on Windows.
This commit is contained in:
parent
4526c28edb
commit
22a509e7ce
|
@ -115,6 +115,7 @@
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
inherit (packages.x86_64-linux) nac3artiq;
|
inherit (packages.x86_64-linux) nac3artiq;
|
||||||
|
mingw-nac3artiq = packages.x86_64-w64-mingw32.nac3artiq;
|
||||||
} // (pkgs.lib.foldr (a: b: {"${pkgs.lib.strings.getName a}" = a;} // b) {} devShell.x86_64-linux.buildInputs);
|
} // (pkgs.lib.foldr (a: b: {"${pkgs.lib.strings.getName a}" = a;} // b) {} devShell.x86_64-linux.buildInputs);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue