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 4774b42 commit d126e0aCopy full SHA for d126e0a
flake.nix
@@ -110,8 +110,9 @@
110
systems = [
111
"x86_64-linux"
112
] ++ (if runningHydraEvalTest then [ ] else [
113
- "x86_64-darwin"
114
- "aarch64-darwin"
+ # TODO put these back when the macOS builders for ci.zw3rk.com are back online
+ # "x86_64-darwin"
115
+ # "aarch64-darwin"
116
]);
117
118
nixpkgsArgs = {
0 commit comments