cleanup, remove alloutputs

pull/86/head
mwojcik 2022-02-04 11:53:55 +08:00
parent fe5d5694f4
commit f8a9e50123
1 changed files with 3 additions and 4 deletions

View File

@ -257,13 +257,12 @@
in
commands + "ln -s ${szlResult}/szl.elf $out/szl-${target}.elf\n"
) "mkdir $out\n" targets);
allOutputs = {
·
in rec {
packages.x86_64-linux = {
inherit cargo-xbuild szl mkbootimage rustPlatform;
zc706-fsbl = fsbl { board = "zc706"; };
} // allTargetCrates ;
in rec {
packages.x86_64-linux = allOutputs;
hydraJobs = packages.x86_64-linux;