For flakes that I use for devShells, I'd prefer to use the nixos-$release-small branch of nixpkgs. Specifically because they get faster patches than the normal channels and it's good to have that peace of mind for something used at work. :)
I'm happy to send a PR, but I'm not sure how the semantic versioning for that branch might look and this issue is to track exactly that.
Given, nixos-unstable = 0.1.x and nixos-yy.mm = 0.yymm.x., is nixos-yymm-small = 0.2.yymm.x. okay?
For flakes that I use for devShells, I'd prefer to use the
nixos-$release-smallbranch of nixpkgs. Specifically because they get faster patches than the normal channels and it's good to have that peace of mind for something used at work. :)I'm happy to send a PR, but I'm not sure how the semantic versioning for that branch might look and this issue is to track exactly that.
Given,
nixos-unstable=0.1.xandnixos-yy.mm=0.yymm.x., isnixos-yymm-small=0.2.yymm.x.okay?