Skip to content

Commit 0af1c0b

Browse files
committed
fix(ci): reactivate Darwin x86_64 build in Hydra CI
1 parent 52fff48 commit 0af1c0b

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
@@ -9,7 +9,7 @@
99

1010
outputs = inputs:
1111
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
12-
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
12+
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
1313

1414
imports = [inputs.treefmt-nix.flakeModule];
1515

0 commit comments

Comments
 (0)