-
-
Notifications
You must be signed in to change notification settings - Fork 328
chore: remove flake-parts dependency #793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Simplify flake.nix by removing flake-parts and using plain Nix. The project only defines a single devShell, which doesn't require the complexity of flake-parts. Multi-system support is achieved with a simple forAllSystems helper using nixpkgs.lib.genAttrs. This reduces dependencies and makes the flake more straightforward.
📝 WalkthroughWalkthroughThis PR refactors Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (3)
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 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
ccusage-guide | e0ee783 | Jan 09 2026, 11:36 PM |
@ccusage/amp
ccusage
@ccusage/codex
@ccusage/mcp
@ccusage/opencode
@ccusage/pi
commit: |
Simplify flake.nix by removing flake-parts and using plain Nix. The project only defines a single devShell, which doesn't require the complexity of flake-parts.
Multi-system support is achieved with a simple
forAllSystemshelper usingnixpkgs.lib.genAttrs. This reduces dependencies and makes the flake more straightforward.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.