Skip to content

Commit 4d9dbfd

Browse files
committed
Enable macOS and aarch64-linux
1 parent 46b1e91 commit 4d9dbfd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

flake.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@
6060
};
6161
supportedSystems = [
6262
"x86_64-linux"
63-
# Currently no aarch64 linux builders
64-
# "aarch64-linux"
65-
# TODO put these back (macOS hydra builders are currently down)
66-
# "x86_64-darwin"
67-
# "aarch64-darwin"
63+
"aarch64-linux"
64+
"x86_64-darwin"
65+
"aarch64-darwin"
6866
];
6967
in let flake-outputs = flake-utils.lib.eachSystem supportedSystems (system:
7068
let

0 commit comments

Comments
 (0)