mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #955 from qowoz/hercules-security
hercules-ci-agent: fix crash calling `security`
This commit is contained in:
commit
eac4f25028
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
|||
launchd.daemons.hercules-ci-agent = {
|
||||
script = "exec ${cfg.package}/bin/hercules-ci-agent --config ${cfg.tomlFile}";
|
||||
|
||||
path = [ config.nix.package ];
|
||||
path = [ config.nix.package config.environment.systemPath ];
|
||||
environment = {
|
||||
NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue