1
0
Fork 0
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:
Domen Kožar 2024-05-16 16:58:05 +02:00 committed by GitHub
commit cb02884fa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";