darwin: use hci from master

This commit is contained in:
Sridhar Ratnakumar 2022-12-23 15:01:09 -05:00
parent e81b36dca5
commit 4e1aaaaf29
3 changed files with 145 additions and 4 deletions

View file

@ -75,7 +75,14 @@
services.nix-daemon.enable = true;
# nix.package = pkgs.nix;
services.hercules-ci-agent.enable = true;
# TODO: use agenix to manage
# - secrets
# - ssh keys
services.hercules-ci-agent = {
enable = true;
# cache push to ssh fix is in master branch only. --Dec 23, 2022
package = inputs.hci.packages.${system}.hercules-ci-agent;
};
# Create /etc/bashrc that loads the nix-darwin environment.
# programs.zsh.enable = true; # default shell on catalina