264
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Sep 2026
264 points (98.9% liked)
Programmer Humor
33160 readers
796 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS

nixpkgs as a mono repo might've been a mistake, honestly. shithub wasn't made for monorepos. It doesn't have a permissions system for it.
So many PRs get a bunch of inane comments that have nothing to do with the functionality to please somebody's ego, the CODEOWNERS file is nearly worthless as "package maintainers" don't even have the last say on their own packages, docs are nearly the last of the priorities making it difficult for pretty much anybody but the christened cream of the crop to make changes. It almost seems like the entire thing was made for "job security" - only a few people really understand what's going on and thus make the decisions. That of course introduces a bottle-neck.
Even if more people wanted to contribute, they ~~wouldn't be~~ aren't able to. I think the decision makers like it that way.
The entire thing consists of 6 million objects and is 5GiB. I feel like at this point they should just split the common code into a repo and have the packages in submodule buckets grouped by name like some sort of hashmap multirepo (only half kidding).