fix(nix): tailscale vendorHash 誤りを overlay で上書き (nixos CI 修復) - #84
Merged
Conversation
上流 nixpkgs (nixos-26.05) の tailscale 1.98.9 の vendorHash が誤っており、 go-modules FOD が hash mismatch (specified mbxLXR2… / got Sd2iLJ7…) で ビルド不能。nixos-laptop の om ci(x86_64-linux) が赤。tailscale は nixos-laptop でのみ使用 (macOS は Tailscale.app なので darwin は無関係)。 - lib/overlays.nix: tailscale.vendorHash を正しい値に上書き。 - flake.nix: SSO overlay(overlayFixes) を nixos-laptop / nixos-laptop-ci にも 適用 (従来 darwin/standalone home だけだった)。 上流修正後は overlay の tailscale 行を削除可。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
gapul
enabled auto-merge (squash)
July 28, 2026 02:34
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.
問題
main CI (x86_64-linux) が赤。上流 nixpkgs (nixos-26.05) の tailscale 1.98.9 の vendorHash が誤りで go-modules が hash mismatch:
```
error: hash mismatch in fixed-output derivation 'tailscale-1.98.9-go-modules.drv':
specified: sha256-mbxLXR2TBgiwyVGfLmMR5xWk+0f66mPDas95Wla70Lk=
got: sha256-Sd2iLJ7eDfDYdIRuW4xuiKgzhQWJWGAnz97FJWrVRlE=
```
tailscale は nixos-laptop でのみ使用(macOS は Tailscale.app なので darwin は無関係、Mac の rebuild には影響なし)。
修正
lib/overlays.nix:tailscale.vendorHashを正しい値に上書き(go-modules は platform 非依存)flake.nix: SSO overlay を nixos-laptop / nixos-laptop-ci にも適用(従来 darwin/standalone home のみ)上流修正後は overlay の tailscale 行を削除可。
🤖 Generated with Claude Code