Wonder if anyone here has been using bingo for reproducible builds. I’ve found it to be really good and wish I could find similar tooling for things like python for tools like yamllint.
Wonder if anyone here has been using bingo for reproducible builds. I’ve found it to be really good and wish I could find similar tooling for things like python for tools like yamllint.
Not strictly correct. Nixpkgs follows the upstream Go release policy, which means it ships the last two versions of Go. Currently, that’s 1.20 (
nixpkgs#go_1_20
) and 1.21 (nixpkgs#go_1_21
)Oh, I missed that! Thanks for clarification!
edit: looks like four versions, from 1.18 to 1.21