We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf3ebe commit 0160869Copy full SHA for 0160869
flake.nix
@@ -90,7 +90,7 @@
90
let
91
callFlake = import flake-compat;
92
93
- ifdLevel = 3;
+ ifdLevel = 0;
94
compiler = "ghc928";
95
config = import ./config.nix;
96
@@ -108,9 +108,9 @@
108
# systems supported by haskell.nix
109
systems = [
110
"x86_64-linux"
111
- # "x86_64-darwin"
+ "x86_64-darwin"
112
"aarch64-linux"
113
- # "aarch64-darwin"
+ "aarch64-darwin"
114
];
115
116
nixpkgsArgs = {
0 commit comments