feat: add flake.nix for Nix-based installation#55
Conversation
Enable installing eitango via `nix profile install` or `nix run`, and provide a devShell with Go toolchain for contributors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
Address CodeRabbit review: replace hardcoded epoch timestamp with self.lastModifiedDate so `eitango version` shows a meaningful date. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Thanks for the review, @coderabbitai! Build date (line 39): Good catch! Fixed in 07e33bc — now using Homepage (line 44): This is intentional. |
|
Tip For best results, initiate chat on the files or code changes.
✏️ Learnings added
If you found this review helpful, would you consider giving us a shout-out on X? Thank you for using CodeRabbit! |
|
@shunsock コントリビューションありがとうございます! |
Hi! Thank you for maintaining eitango 🙏
This PR adds a
flake.nixso that eitango can be installed and run via the Nix package manager.Summary
flake.nixwithbuildGoModulepackage definition for eitangonix profile install github:harumiWeb/eitangoor one-off execution vianix run github:harumiWeb/eitangodevShellwith Go, gopls, and golangci-lint for contributorsUsage
Test plan
nix build .#eitangosucceeds./result/bin/eitango versionoutputs correct version infonix flake checkpassesPlease let me know if there's anything you'd like me to adjust. Happy to iterate on this!
🤖 Generated with Claude Code
Summary by CodeRabbit