From 2547aa963bc29914803f81b69eab7e31dadf7477 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Fri, 4 Feb 2022 17:24:38 +0800 Subject: [PATCH] flake: remove rustplatform from packages --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6225172..a2935bb 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ;