Skip to content

Commit

Permalink
feat(buildbot-nix-0): add darwin buildSystems
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Oct 8, 2024
1 parent a175ee4 commit 8eef05e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
buildSystems = [
"x86_64-linux"
# "aarch64-linux"
# "x86_64-darwin"
# "aarch64-darwin"
"x86_64-darwin"
"aarch64-darwin"
];
domain = config.passthru.buildbot-nix.appFqdn;
outputsPath = "/var/www/buildbot/nix-outputs/";
Expand Down

0 comments on commit 8eef05e

Please sign in to comment.