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 079e348 commit 6bdab02Copy full SHA for 6bdab02
flake.nix
@@ -55,6 +55,6 @@
55
./experimental/build.nix
56
];
57
debug = true;
58
- systems = [ "x86_64-linux" ];
+ systems = [ "x86_64-linux" "x86_64-darwin" ];
59
};
60
}
hercules-ci.nix
@@ -21,5 +21,5 @@
21
hercules-ci.github-pages.settings.contents = config.packages.lambda-buffers-book;
22
23
24
- herculesCI.ciSystems = [ "x86_64-linux" ];
+ herculesCI.ciSystems = [ "x86_64-linux" "x86_64-darwin" ];
25
0 commit comments