Skip to content

Commit cfe3bf2

Browse files
committed
Revert "disable macOS for now"
This reverts commit 081da23.
1 parent d3f35cb commit cfe3bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
# systems supported by haskell.nix
109109
systems = [
110110
"x86_64-linux"
111-
# "x86_64-darwin"
112-
# "aarch64-darwin"
111+
"x86_64-darwin"
112+
"aarch64-darwin"
113113
];
114114

115115
nixpkgsArgs = {

0 commit comments

Comments
 (0)