Nix flake update to 26.05 - #48
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c6d037c16a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| inputs = { | ||
| nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; | ||
| nixpkgs.url = "github:nixos/nixpkgs/26.05"; |
There was a problem hiding this comment.
Track the maintained nixos-26.05 branch
The 26.05 ref is the immutable release tag rather than the maintained NixOS 26.05 branch, so regenerating flake.lock will remain stuck on the May 30 release revision and never receive subsequent package, compatibility, or security fixes. Use the nixos-26.05 ref; the lock file will still pin builds to an exact revision while allowing deliberate updates.
Useful? React with 👍 / 👎.
No description provided.