Skip to content

Commit 0160869

Browse files
committed
Enable macOS and ifdLevel 0
1 parent cbf3ebe commit 0160869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
let
9191
callFlake = import flake-compat;
9292

93-
ifdLevel = 3;
93+
ifdLevel = 0;
9494
compiler = "ghc928";
9595
config = import ./config.nix;
9696

@@ -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)