add mkbootimage and rustplatform to flake outputs

pull/86/head
mwojcik 2022-01-31 15:04:03 +08:00
parent 2e7cfe04c8
commit fe5d5694f4
1 changed files with 3 additions and 1 deletions

View File

@ -259,7 +259,7 @@
) "mkdir $out\n" targets);
allOutputs = {
inherit cargo-xbuild szl;
inherit cargo-xbuild szl mkbootimage rustPlatform;
zc706-fsbl = fsbl { board = "zc706"; };
} // allTargetCrates ;
in rec {
@ -267,6 +267,8 @@
hydraJobs = packages.x86_64-linux;
inherit rustPlatform;
devShell.x86_64-linux = pkgs.mkShell {
name = "zynq-rs-dev-shell";
buildInputs = with pkgs; [