We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1697b3a commit 3e47920Copy full SHA for 3e47920
flake.nix
@@ -305,7 +305,7 @@
305
internal.roots.project = windowsProject.roots;
306
variants = mapAttrs (_: v: removeAttrs v.windows ["variants"]) ciJobsVariants;
307
});
308
- } // optionalAttrs (system == "x86_64-darwin") {
+ } // optionalAttrs (system == "x86_64-darwin" || system == "aarch64-darwin") {
309
native = lib.filterAttrs
310
(n: _:
311
# only build docker images once on linux:
0 commit comments