Skip to content

Commit

Permalink
Merge pull request LnL7#952 from sandydoo/fix-924
Browse files Browse the repository at this point in the history
cachix-agent: fix crash calling `security`
  • Loading branch information
domenkozar authored May 16, 2024
2 parents de8b0d6 + e043606 commit cb02884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/cachix-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit cb02884

Please sign in to comment.