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