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: