2.home-manager/tests/modules/programs/opencode
Wael Nasreddine eec72f1278
launchd: wait for /nix/store before starting agent (#8609)
On Darwin, launchd may attempt to start agents before the Nix store is
mounted and available. This leads to failures when the agent's executable
or arguments reside in the Nix store.

This change wraps the agent's command in a shell script that uses
/bin/wait4path to ensure /nix/store is ready before executing the
original program. It also ensures that ProgramArguments are correctly
escaped and concatenated.
2026-01-27 21:51:48 -08:00
..
agents-bulk
commands-bulk
skill-dir/data-analysis
skills-bulk
themes-bulk
tools-bulk
agents-bulk-directory.nix
agents-inline.nix
agents-path.nix
AGENTS.md
api-client-tool.ts
changelog-command.md
code-reviewer-agent.md
commands-bulk-directory.nix
commands-inline.nix
commands-path.nix
commit-command.md
database-query-tool.ts
default.nix
documentation-agent.md
empty-rules.nix
empty-settings.nix
git-release-SKILL.md
mcp-integration-with-override.json
mcp-integration-with-override.nix
mcp-integration.json
mcp-integration.nix
mixed-content.nix
my-theme.json
opencode.json
pdf-processing-SKILL.md
rules-inline.nix
rules-path.nix
settings.nix
skills-bulk-directory.nix
skills-directory.nix
skills-inline.nix
skills-path.nix
skills-store-path.nix
test-agent.md
test-command.md
test-tool.ts
themes-bulk-directory.nix
themes-inline.nix
themes-path.nix
tools-bulk-directory.nix
tools-inline.nix
tools-path.nix
web-service.nix
web-service.plist launchd: wait for /nix/store before starting agent (#8609) 2026-01-27 21:51:48 -08:00
web-service.service