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 Mar 19, 2024
1 parent 381d27d commit bd31f80
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 bd31f80

Please sign in to comment.