Skip to content

Commit 6bdab02

Browse files
committed
Enable darwin builds and checks
1 parent 079e348 commit 6bdab02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
./experimental/build.nix
5656
];
5757
debug = true;
58-
systems = [ "x86_64-linux" ];
58+
systems = [ "x86_64-linux" "x86_64-darwin" ];
5959
};
6060
}

hercules-ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
hercules-ci.github-pages.settings.contents = config.packages.lambda-buffers-book;
2222
};
2323

24-
herculesCI.ciSystems = [ "x86_64-linux" ];
24+
herculesCI.ciSystems = [ "x86_64-linux" "x86_64-darwin" ];
2525
}

0 commit comments

Comments
 (0)