cleanup, remove alloutputs
This commit is contained in:
parent
fe5d5694f4
commit
f8a9e50123
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue