Go: Difference between revisions

imported>Elitelinuxuser
No edit summary
imported>Makefu
lang=nix
Line 3: Line 3:
==Install using Home Manger==
==Install using Home Manger==
Enable go in home manager config `home.nix` in `~/.config/nixpkgs`.
Enable go in home manager config `home.nix` in `~/.config/nixpkgs`.
<syntaxhighlight>
<syntaxhighlight lang=nix>
programs.go.enable = true;
programs.go.enable = true;
</syntaxhighlight>
</syntaxhighlight>