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: