flake: remove rustplatform from packages
This commit is contained in:
parent
f8a9e50123
commit
2547aa963b
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue