Skip to content

Commit 081da23

Browse files
committed
disable macOS for now
1 parent a242292 commit 081da23

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)