Open
Conversation
teto
approved these changes
Mar 28, 2026
ShamrockLee
approved these changes
Mar 28, 2026
mweinelt
approved these changes
Mar 28, 2026
pyrox0
approved these changes
Mar 28, 2026
qweered
approved these changes
Mar 28, 2026
ethancedwards8
approved these changes
Mar 28, 2026
gepbird
approved these changes
Mar 28, 2026
doronbehar
approved these changes
Mar 28, 2026
SigmaSquadron
approved these changes
Mar 28, 2026
Member
|
Thanks for the votes of confidence! I do want to mention that I expect to have less time for nixpkgs as a hobby/side project in the coming months - although I'm unlikely to disappear completely because I am still a daily user and I do want |
jopejoe1
approved these changes
Mar 31, 2026
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.
I'd like to nominate @SFrijters (Stefan Frijters) for a nixpkgs commit bit.
Stefan has been doing extraordinary, systematic work to make
__structuredAttrsactually usable across nixpkgs. He is rebuilding his entire desktop withnixpkgs.config.structuredAttrsByDefault = trueand methodically fixing every package that breaks — filing individual, well-scoped PRs for each one. The scale of this effort is remarkable: he has posted a tracking comment listing over 230 PRs addressingstructuredAttrscompatibility issues across the tree.This is exactly the kind of work that benefits enormously from a commit bit. Each fix is typically small and self-contained — a
env.prefix here, apassAsFileadjustment there — but there are hundreds of them, and they need to land forstructuredAttrsto become a viable default. Having to wait for a committer to merge each of these individually creates a massive bottleneck for work that is broadly beneficial to the ecosystem.Beyond
structuredAttrs, Stefan is an experienced nixpkgs contributor with 582 merged PRs out of 668 total, and has participated in reviews/discussions on 200+ other PRs. His contributions demonstrate deep understanding of the nixpkgs build infrastructure and a careful, methodical approach.structuredAttrstracking issue: [Tracking Issue]__structuredAttrsTODOs and FIXMEs nixpkgs#205690