chore(nix): update flake inputs (nixpkgs 2026-04 → 2026-07) - #69465
Draft
alt-glitch wants to merge 1 commit into
Draft
chore(nix): update flake inputs (nixpkgs 2026-04 → 2026-07)#69465alt-glitch wants to merge 1 commit into
alt-glitch wants to merge 1 commit into
Conversation
Contributor
૮ >ﻌ< ა ci reviewrunning on 76ec8c3 CI timingsCI timings · View jobWall time 8m21s vs 11m30s (-27.4%). 11 job(s) slower, 8 faster, 1 unchanged.
|
nixpkgs nixos-unstable 2026-04-01 -> 2026-07-19 (electron 41.0.2 -> 41.9.1), uv2nix/pyproject-nix/pyproject-build-systems -> 2026-07-20, flake-parts -> 2026-07-01. npm-lockfile-fix unchanged (no newer commit).
alt-glitch
force-pushed
the
sid/nix-flake-update
branch
from
July 22, 2026 18:17
3badc40 to
76ec8c3
Compare
Collaborator
Author
|
Call-graph-assisted review — no compiled code changes here (flake.lock + Nix), so calldiff has nothing to diff; reviewed via Straightforward flake input bump: 🟡 Duplication / abstraction
🔴 Issues
✅ Looks good
|
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
Updates all flake inputs to latest (~3.5 months of drift):
Stacked on #69458 (base branch is
fix/desktop-electron-headers; retarget tomainafter it merges). The nixpkgs bump moves Electron 41.0.2 → 41.9.1, which trips the hardcoded headers hash #69458 removes — the only breakage the entire input update causes.Test plan (all on new pins, x86_64-linux)
nix build .#default— green (venv, tui, web rebuilt cleanly under new uv2nix/nixpkgs)nix build .#desktop— green with fix(nix): use electron.headers instead of hardcoded headers hash in desktop.nix #69458 (reproduces the nix: .#desktop build breaks on every nixpkgs electron bump (hardcoded node-headers hash) #61443 hash mismatch without it)nix flake check -L— all 16 checks pass