Skip to content

Fix systemd 203/EXEC: use absolute path for claude binary

Smartypants requested to merge fix-claude-exec-path into main

Summary

  • Agent services fail with status=203/EXEC because claude is not on the systemd service PATH
  • claudeCommand now defaults to the absolute nix store path via lib.getExe cfg.claudePackage
  • Adds claudePackage option (default = pkgs.claude-code) for overriding the CLI package

🤖 Generated with Claude Code

Merge request reports