LnL7 / nix-darwin

nix modules for darwin
MIT License
3.19k stars 456 forks source link

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

Closed sandydoo closed 6 months ago

sandydoo commented 6 months 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