Skip to content

Commit

Permalink
Enable some flake output for aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jun 12, 2024
1 parent 4314990 commit 9b91e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b91e8a

Please sign in to comment.