remove devshell inputs from hydraJobs

We are not recompiling packages that depend on LLVM anymore, llvm-nac3 is only used for static linking within NAC3.
escape-analysis
Sebastien Bourdeauducq 2021-12-08 17:43:05 +08:00
parent 3f73896477
commit ae902aac2f
1 changed files with 3 additions and 2 deletions

View File

@ -115,9 +115,10 @@
};
hydraJobs = {
inherit (packages.x86_64-linux) nac3artiq;
inherit (packages.x86_64-linux) llvm-nac3 nac3artiq;
llvm-nac3-mingw = packages.x86_64-w64-mingw32.llvm-nac3;
nac3artiq-mingw = packages.x86_64-w64-mingw32.nac3artiq;
} // (pkgs.lib.foldr (a: b: {"${pkgs.lib.strings.getName a}" = a;} // b) {} devShell.x86_64-linux.buildInputs);
};
};
nixConfig = {