Skip to content

Commit e3b3084

Browse files
committed
Disable darwin for now
1 parent 9d01ee1 commit e3b3084

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,9 +108,9 @@
108108
# systems supported by haskell.nix
109109
systems = [
110110
"x86_64-linux"
111-
"x86_64-darwin"
111+
# "x86_64-darwin"
112112
"aarch64-linux"
113-
"aarch64-darwin"
113+
# "aarch64-darwin"
114114
];
115115

116116
nixpkgsArgs = {

0 commit comments

Comments
 (0)