Revert "Add aarch64-linux to build platforms"

Cannot build on aarch64-linux without a pre-compiled toolchain.
This commit is contained in:
Ehmry - 2020-08-15 19:38:25 +02:00
parent f9958ba64b
commit a5f0c3bc3a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
outputs = { self, nixpkgs }:
let
localSystems = [ "aarch64-linux" "x86_64-linux" ];
localSystems = [ "x86_64-linux" ];
crossSystems = [ "aarch64-genode" "x86_64-genode" ];
forAllLocalSystems = f: