chore(deps): bump nixpkgs and nix-darwin together#85
Closed
rin2yh wants to merge 1 commit into
Closed
Conversation
Combines Dependabot #81 (nixpkgs 89570f2 -> 05988b0) and #83 (nix-darwin a1fa429 -> d5bd9cd). These must be bumped in lockstep: newer nixpkgs removes the `--toc-depth` argument from nixos-render-docs in favour of `--sidebar-depth`, and the matching nix-darwin release adopts that flag. Bumping either input alone breaks the darwin manual (`darwin-manual-html`) build, so they are combined here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016WThNHb4txVH79gMdnposV
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.
What
Combines two Dependabot PRs that must be bumped in lockstep:
89570f2to05988b0#81 nixpkgs89570f2→05988b0a1fa429tod5bd9cd#83 nix-darwina1fa429→d5bd9cdWhy combined
Bumping either input alone fails the
build darwinConfigurationCI job on thedarwin-manual-htmlderivation:89570f2to05988b0#81 alone (new nixpkgs + old nix-darwin):nixos-render-docs manual html: error: --toc-depth has been removed, use --sidebar-depth instead— the newer nixpkgs dropped--toc-depth, but the old nix-darwin still passes it.a1fa429tod5bd9cd#83 alone (new nix-darwin + old nixpkgs):nixos-render-docs: error: unrecognized arguments: --sidebar-depth— the newer nix-darwin adopts--sidebar-depth, which the old nixpkgsnixos-render-docsdoesn't yet support.Since
nix-darwinusesinputs.nixpkgs.follows = "nixpkgs", its manual is rendered with the top-level nixpkgsnixos-render-docs, so the two revisions have to move together. Bumping both matches thenixos-render-docsAPI and unblocks the build.Changes
flake.lockonly — thenixpkgsandnix-darwinlocked nodes (rev / narHash / lastModified). No.nixfiles touched;nixfmtis unaffected.Notes
Merging this makes Dependabot's #81 and #83 redundant; they can be closed once this lands. The other three Dependabot bumps (homebrew-cask #80, home-manager #82, homebrew-core #84) passed CI independently and were merged separately.
Generated by Claude Code