chore(deps): bump nixpkgs to align with home-manager (26.11)#64
Merged
Conversation
home-manager は 26.11 系に進行済だったが nixpkgs lock が 26.05 系で取り残されており、darwin-rebuild 時に Home Manager / Nixpkgs version mismatch 警告が発生していた。nixpkgs lock のみを更新して両者を 26.11 系で揃える。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nixpkgslock のみを 26.05 系 (68a8af93, 2026-05-07) → 26.11 系 (89570f24, 2026-06-23) に更新4c5c1e8b, 2026-06-08, 26.11 系) と release 系列が揃い、darwin-rebuild時のHome Manager version 26.11 and Nixpkgs version 26.05警告を解消flake.nixは変更なし (nixpkgs-unstable指定のまま)。follows = "nixpkgs"は依存ライブラリ供給を揃える設定で release 系列の自動同期はしないため、lock の手動更新が必要だったTest plan
nix flake metadata --jsonで nixpkgs/home-manager のlastModifiedが同時期 (2026-06) に揃ったことを確認darwin-rebuild build --flake .#defaultが成功し、Home Manager version警告が出力されないことを確認darwin-rebuild switch実行し実 system 反映時にも警告が出ないことを確認Note
別件 deprecation 警告
nixfmt-rfc-style is now the same as pkgs.nixfmt which should be used instead.が新たに出ているが、本 PR のスコープ外 (別 PR でpkgs.nixfmt-rfc-style→pkgs.nixfmt置換予定)。