Go: Difference between revisions

imported>Synapze
m fix broken implementation links of buildGoModule and buildGoPackage
imported>Adisbladis
Remove statement about generating deps.nix with vgo2nix and gomod2nix. The former is deprecated and the latter has dropped support for deps.nix output.
Line 27: Line 27:
   };
   };
</syntaxhighlight>
</syntaxhighlight>
The <tt>deps.nix</tt> file can be generated with helper tools
such as [https://github.com/nix-community/vgo2nix vgo2nix]
and [https://github.com/tweag/gomod2nix gomod2nix].


==Install using Home Manger==
==Install using Home Manger==