From 1e73ff4793d36c2d913f87d668234125626056e8 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 5 Aug 2020 10:41:57 +0200 Subject: [PATCH] Add aarch64-linux to build platforms --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7595e7a..e998aed 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = { self, nixpkgs }: let - localSystems = [ "x86_64-linux" ]; + localSystems = [ "aarch64-linux" "x86_64-linux" ]; crossSystems = [ "aarch64-genode" "x86_64-genode" ]; forAllLocalSystems = f: