From a5f0c3bc3ae47d55ebb6f759bcf51da0c04911d4 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 15 Aug 2020 19:38:25 +0200 Subject: [PATCH] Revert "Add aarch64-linux to build platforms" Cannot build on aarch64-linux without a pre-compiled toolchain. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7a5a6cb..2b2818d 100644 --- a/flake.nix +++ b/flake.nix @@ -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: