flake: remove rustplatform from packages

flake_extra_outputs
mwojcik 2022-02-04 17:24:38 +08:00
parent f8a9e50123
commit 2547aa963b
1 changed files with 1 additions and 2 deletions

View File

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