LnL7 / nix-darwin

nix modules for darwin
MIT License
2.43k stars 407 forks source link

cachix-agent: fix crash calling `security` #952

Closed sandydoo closed 1 month ago

sandydoo commented 1 month ago

One of cachix-agent's dependencies, hs-certificate, makes calls to security. This lives in /usr/bin, which isn't available from launchd. This commit makes the system paths available to cachix-agent.

Fixes #924.

cc @domenkozar