add mkbootimage and rustplatform to flake outputs
This commit is contained in:
parent
2e7cfe04c8
commit
fe5d5694f4
@ -259,7 +259,7 @@
|
|||||||
) "mkdir $out\n" targets);
|
) "mkdir $out\n" targets);
|
||||||
|
|
||||||
allOutputs = {
|
allOutputs = {
|
||||||
inherit cargo-xbuild szl;
|
inherit cargo-xbuild szl mkbootimage rustPlatform;
|
||||||
zc706-fsbl = fsbl { board = "zc706"; };
|
zc706-fsbl = fsbl { board = "zc706"; };
|
||||||
} // allTargetCrates ;
|
} // allTargetCrates ;
|
||||||
in rec {
|
in rec {
|
||||||
@ -267,6 +267,8 @@
|
|||||||
|
|
||||||
hydraJobs = packages.x86_64-linux;
|
hydraJobs = packages.x86_64-linux;
|
||||||
|
|
||||||
|
inherit rustPlatform;
|
||||||
|
|
||||||
devShell.x86_64-linux = pkgs.mkShell {
|
devShell.x86_64-linux = pkgs.mkShell {
|
||||||
name = "zynq-rs-dev-shell";
|
name = "zynq-rs-dev-shell";
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user