Skip to content

Commit

Permalink
[CI] Suppport x86_64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
aciceri committed Apr 16, 2024
1 parent eccf270 commit c63bf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -534,7 +534,7 @@
};
};

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

0 comments on commit c63bf7e

Please sign in to comment.