this post was submitted on 09 Jun 2023
1 points (100.0% liked)
nixos
1262 readers
8 users here now
All about NixOS - https://nixos.org/
founded 4 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well I'm only just trying to move to flakes now. I've had this process in place for years.
I do have some packages in overlay form, but the nixpks changes are things that should be upstreamed at some point. They mostly either have open PRs or aren't cleaned up enough to PR.
https://github.com/corngood/nixpkgs/commits/master
That's the actual branch where I merge in my changes.
Here's a random example of a change:
https://github.com/corngood/nixpkgs/commit/fc12baf28104d63fc163e9afe2aea24409522729
I find it much easier to maintain something like that as a patch, rather than an overlay (if that's even possible).