Skip to content

Commit eb8407f

Browse files
authored
Merge pull request #5628 from ch1bo/cardano-node-macos-for-aarch64-darwin
Enable `cardano-node-macos` hydraJob expression for aarch64-darwin
2 parents deeeeea + 2b53276 commit eb8407f

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)