Additional outputs to flakes (#86)

Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
esavkin/reboot_support
mwojcik 2022-02-04 18:42:35 +08:00 committed by sb10q
parent 2e7cfe04c8
commit e5e646f40e
1 changed files with 5 additions and 5 deletions

View File

@ -257,16 +257,16 @@
in
commands + "ln -s ${szlResult}/szl.elf $out/szl-${target}.elf\n"
) "mkdir $out\n" targets);
allOutputs = {
inherit cargo-xbuild szl;
in rec {
packages.x86_64-linux = {
inherit cargo-xbuild szl mkbootimage;
zc706-fsbl = fsbl { board = "zc706"; };
} // allTargetCrates ;
in rec {
packages.x86_64-linux = allOutputs;
hydraJobs = packages.x86_64-linux;
inherit rustPlatform;
devShell.x86_64-linux = pkgs.mkShell {
name = "zynq-rs-dev-shell";
buildInputs = with pkgs; [