diff --git a/flake.nix b/flake.nix index 5f9bac94f86..4ec254fd670 100644 --- a/flake.nix +++ b/flake.nix @@ -305,7 +305,7 @@ internal.roots.project = windowsProject.roots; variants = mapAttrs (_: v: removeAttrs v.windows ["variants"]) ciJobsVariants; }); - } // optionalAttrs (system == "x86_64-darwin") { + } // optionalAttrs (system == "x86_64-darwin" || system == "aarch64-darwin") { native = lib.filterAttrs (n: _: # only build docker images once on linux: