Skip to content

Commit 2b53276

Browse files
committed
Enable cardano-node-macos output for aarch64-darwin
1 parent deeeeea commit 2b53276

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
@@ -378,7 +378,7 @@
378378
variants = mapAttrs (_: v: removeAttrs v.windows ["variants"]) ciJobsVariants;
379379
});
380380
}
381-
// optionalAttrs (system == "x86_64-darwin") {
381+
// optionalAttrs (system == "x86_64-darwin" || system == "aarch64-darwin") {
382382
native =
383383
filterAttrs
384384
(n: _:

0 commit comments

Comments
 (0)