Skip to content

fix: resolve Linux home-manager build failures#17

Open
mohibmirzausc wants to merge 1 commit into
mainfrom
fix/linux-home-manager-build
Open

fix: resolve Linux home-manager build failures#17
mohibmirzausc wants to merge 1 commit into
mainfrom
fix/linux-home-manager-build

Conversation

@mohibmirzausc

Copy link
Copy Markdown
Owner

Summary

  • Replace deprecated programs.zsh.initExtra with programs.zsh.initContent (home-manager emits a build-breaking warning on newer versions)
  • Replace heredoc (<< 'TICKTICK_EOF') in createTickTickSecrets activation with printf — the heredoc delimiter at column 0 was terminating the surrounding shell function early, causing a syntax error at line 265 of the generated activation script

Test plan

  • Run bash install.sh on Linux/WSL — should build without errors
  • Verify ~/.ticktick-secrets is created with correct content on first activation

🤖 Generated with Claude Code

- Replace deprecated programs.zsh.initExtra with initContent
- Replace heredoc in createTickTickSecrets activation with printf to
  avoid shell syntax errors when home-manager embeds it as a function

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant