Skip to content

Commit e214e29

Browse files
committed
also enable formatter on macOS
1 parent 779c16f commit e214e29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flake.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"x86_64-linux"
1717
];
1818

19-
formatSystems = [ "aarch64-linux" "x86_64-linux" ];
19+
formatSystems = [
20+
"aarch64-linux"
21+
"x86_64-linux"
22+
"aarch64-darwin"
23+
];
2024

2125
# Helper to iterate over systems
2226
eachSystem =

0 commit comments

Comments
 (0)