Draft
Conversation
…-25_05 Update the nixpkgs-unstable input to get the latest pnpm version. Pin python310, python311, and replit-rtld-loader to pkgs-25_05 since python310 was removed and python311's pip is broken (sphinx 9.1.0 incompatibility) in the latest unstable. Add dart-3.10 -> dart-3.11 upgrade mapping for the dart version bump.
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.
Why
We want the latest version of pnpm in packages that include it (nodejs, vue, angular modules). The nixpkgs-unstable input was pinned to Jan 14 and needed updating to get the latest pnpm.
Slack thread: https://slack.com/archives/C0AEE1W8E3X/p1773959062350099
What changed
nixpkgs-unstableinput fromea30586(2026-01-14) tof8573b9(2026-03-16) to get the latest pnpm version available in nixpkgs-unstable.python310andpython311topkgs-25_05inpkgs/modules/default.nix:python310was removed from the latest unstable channel entirely.python311's pip is broken in the latest unstable due to sphinx 9.1.0 not supporting Python 3.11.python-3.10module,python-3.11module, andpython-base-3.11module.replit-rtld-loadernixpkgs input to follownixpkgs-25_05instead ofnixpkgssince the loader's flake.nix referencespkgs.python310which no longer exists in unstable.dart-3.10 -> dart-3.11upgrade mapping since dart bumped from 3.10 to 3.11 in the new unstable.Test plan
nix flake update nixpkgsto update the unstable input.nix eval .#packages.x86_64-linux --jsonand verified full evaluation succeeds with no errors (only deprecation warnings for xorg renames and buildRustPackage).Rollout
This should be backward compatible. Existing module IDs are preserved via the upgrade map. Python 3.10 and 3.11 users will still get working modules from
pkgs-25_05.~ written by Zerg 👾