Post AukCcAXhdWuN7rDaRU by [email protected] | |
More posts by [email protected] | |
Post #AukCcA8t7n3hstbllQ by [email protected] | |
0 likes, 0 repeats | |
Let's recap the last #NixOS release period from the Go perspective. There h… | |
Post #AukCcAHOc9reJHaZ1c by [email protected] | |
0 likes, 0 repeats | |
Overriding of the goModules attribute (the FOD with the Go module dependencies)… | |
Post #AukCcAPu6WfajfZMHo by [email protected] | |
0 likes, 0 repeats | |
Next, buildGoModule now supports a goSum attribute (null by default) to optiona… | |
Post #AukCcAXhdWuN7rDaRU by [email protected] | |
0 likes, 0 repeats | |
buildGoModule now passes environment variables via the env attribute. CGO_ENABL… | |
Post #AukCcAenDAZzTqXFUe by [email protected] | |
0 likes, 1 repeats | |
A policy documenting the details of Go toolchain and builder upgrades in nixpkg… | |
Post #AukCdjsdjmI90slB2m by [email protected] | |
0 likes, 0 repeats | |
A new builder buildGoLatestModule has been added to provide faster support to p… | |
Post #AukCdjz1M3ObKfkGzQ by [email protected] | |
0 likes, 1 repeats | |
And finally, buildGoPackage has been removed, it was deprecated since the last … | |
Post #AukEZQWvwFMBkYg80G by [email protected] | |
0 likes, 0 repeats | |
@katexochen 🫡ripBTW, for local dev and CI what's your favorite way to u… | |
Post #AukEZQdJYWSe4LfDwu by [email protected] | |
0 likes, 1 repeats | |
@YvanDaSilva TBH, I use buildGoModule for most things, without any additons. It… | |
Post #AukGKbFbzsWSZ1dNHE by [email protected] | |
0 likes, 1 repeats | |
@katexochen > direct use of buildGoLatestModule outside of nixpkgs doesn'… | |
Post #AukHPix4tMgVqmyLDc by [email protected] | |
0 likes, 1 repeats | |
@flashfox It gives you the latest Go minor version, not patch. Packages like go… | |
Post #AukXzFNLvogzoTDrma by [email protected] | |
0 likes, 0 repeats | |
@katexochen so you update your vendor and hash commit all the time? | |
Post #AukXzFTjY5nS8GCxjE by [email protected] | |
0 likes, 1 repeats | |
@YvanDaSilva Not sure what you mean with hash commit, src is a local path in th… | |
Post #Aukb8UR7bZHozZ5Iki by [email protected] | |
0 likes, 1 repeats | |
@katexochen > With the new builder, we can bump the Go version for those pac… | |
Post #AukbcX5wHmIvvMVBsu by [email protected] | |
0 likes, 1 repeats | |
@flashfox I just hadn't had the time to switch those packages to use the bu… | |
Post #AukdBamWfaZ9Rrhf8K by [email protected] | |
0 likes, 1 repeats | |
@flashfox https://github.com/NixOS/nixpkgs/pull/413556 | |
Post #Aukg3ZsQRx5aBiKgs4 by [email protected] | |
0 likes, 1 repeats | |
@katexochen Lovely 🙂 |