Skip to content

chore: sync gomod2nix.toml#1461

Merged
andrinoff merged 1 commit into
masterfrom
chore/sync-gomod2nix
Jun 15, 2026
Merged

chore: sync gomod2nix.toml#1461
andrinoff merged 1 commit into
masterfrom
chore/sync-gomod2nix

Conversation

@floatpanebot

Copy link
Copy Markdown
Member

What?

Regenerates gomod2nix.toml to reflect the current go.mod / go.sum.

Why?

Keeps the Nix build in sync with Go module changes. Without this, nix build fails when new or upgraded Go deps are missing from gomod2nix.toml. Generated automatically by the gomod2nix sync workflow.

@floatpanebot floatpanebot added the chore Maintenance, refactor, cleanup label Jun 8, 2026
@floatpanebot floatpanebot requested a review from a team as a code owner June 8, 2026 18:03
@floatpanebot floatpanebot added area/nix Nix flake / packaging chore Maintenance, refactor, cleanup size/XS Diff: 0–10 lines labels Jun 8, 2026
@github-actions github-actions Bot force-pushed the chore/sync-gomod2nix branch from 7c9c50f to 0cd94f4 Compare June 9, 2026 06:21
@andrinoff andrinoff enabled auto-merge June 9, 2026 06:54
@andrinoff andrinoff disabled auto-merge June 12, 2026 08:21
@andrinoff andrinoff added the backport/v1 Merge to master and backport to release/v1 label Jun 12, 2026
@andrinoff andrinoff merged commit 1858d14 into master Jun 15, 2026
@andrinoff andrinoff deleted the chore/sync-gomod2nix branch June 15, 2026 10:46
@andrinoff andrinoff removed the backport/v1 Merge to master and backport to release/v1 label Jun 15, 2026
@floatpanebot floatpanebot added the backport/v1 Merge to master and backport to release/v1 label Jun 15, 2026
andrinoff pushed a commit that referenced this pull request Jun 15, 2026
(cherry picked from commit 1858d14)
@floatpanebot floatpanebot added the backport-failed Cherry-pick conflict — needs manual backport label Jun 15, 2026
@floatpane floatpane deleted a comment from andrinoff Jun 15, 2026
@floatpanebot

Copy link
Copy Markdown
Member Author

Backport to release/v1 hit a conflict — cherry-pick it manually:

git fetch origin
git checkout release/v1
git cherry-pick -x 1858d14f27040755b3cef3641c3e0e6fde49fbb8
# resolve conflicts, then:
git push origin release/v1

@floatpane floatpane deleted a comment from andrinoff Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/nix Nix flake / packaging backport/v1 Merge to master and backport to release/v1 backport-failed Cherry-pick conflict — needs manual backport chore Maintenance, refactor, cleanup size/XS Diff: 0–10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants