Tales from Nixpkgs - PR
Sat Mar 04 2023 storiesThis is the first in a new series of posts called "Tales from Nixpkgs" where we examine Nixpkgs commits to understand how this ecosystem works and provide a bit of visibility into the process. This also gives us a chance to show appreciation for the maintainers and perhaps also uncover interesting stories along the way. Let's take a look at a randomly picked commit from the last year of Nixpkgs: git log --pretty=oneline --since 1y | shuf | head -n1 | cut -f1 -d' ' | xargs git show…