Skip to content

chore(nix): bump nixpkgs 24.11 → 25.11 + refresh lock - #18

Merged
WomB0ComB0 merged 1 commit into
mainfrom
chore/bump-nixpkgs-25.11
Apr 16, 2026
Merged

WomB0ComB0 merged 1 commit into
mainfrom
chore/bump-nixpkgs-25.11

Conversation

@WomB0ComB0

Copy link
Copy Markdown
Member

Bumps nixpkgs channel 24.11 → 25.11 (current stable) and refreshes flake.lock. Closes the reproducibility gap — repos without a committed lockfile now have one, and the shared channel matches across the org.

Mechanical: no changes to devPackages or shellHook.

🤖 Generated with Claude Code

@coderabbitai

coderabbitai Bot commented Apr 16, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 52 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 59 minutes and 52 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a9e7ba52-bb0e-47c9-9136-b527da324029

📥 Commits

Reviewing files that changed from the base of the PR and between fa2a063 and fa42bbe.

⛔ Files ignored due to path filters (1)
  • flake.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • flake.nix
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-nixpkgs-25.11

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@WomB0ComB0
WomB0ComB0 merged commit 084f865 into main Apr 16, 2026
11 of 12 checks passed
@WomB0ComB0
WomB0ComB0 deleted the chore/bump-nixpkgs-25.11 branch April 16, 2026 22:37

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the nixpkgs input in flake.nix from version 24.11 to 25.11 and introduces the corresponding flake.lock file. Feedback suggests optimizing the flake evaluation by ensuring the rust-overlay input follows the main nixpkgs input, which would prevent the inclusion of multiple nixpkgs versions in the dependency graph and reduce closure size.

Comment thread flake.nix

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To optimize the flake evaluation and reduce the closure size, it is recommended to make the rust-overlay input follow the main nixpkgs input. This prevents Nix from fetching and evaluating two different versions of nixpkgs (the stable 25.11 and the unstable version used by default by the overlay). Currently, the flake.lock shows that rust-overlay is pulling in an additional nixpkgs-unstable instance.

    nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
    rust-overlay.inputs.nixpkgs.follows = "nixpkgs";

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