Skip to content

Commit 3e47920

Browse files
committed
Enable some flake output for aarch64-darwin
1 parent 1697b3a commit 3e47920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
internal.roots.project = windowsProject.roots;
306306
variants = mapAttrs (_: v: removeAttrs v.windows ["variants"]) ciJobsVariants;
307307
});
308-
} // optionalAttrs (system == "x86_64-darwin") {
308+
} // optionalAttrs (system == "x86_64-darwin" || system == "aarch64-darwin") {
309309
native = lib.filterAttrs
310310
(n: _:
311311
# only build docker images once on linux:

0 commit comments

Comments
 (0)