all repos — nixfiles @ b0223c0e9f8b8bcc1f075ffbc3073ea3a9c043cb

System and user configuration, managed by nix and home-manager

golang: disable automatic toolchain updates

Alan Pearce
commit

b0223c0e9f8b8bcc1f075ffbc3073ea3a9c043cb

parent

6901add3409247fa1552915037780f7f47689ed1

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/development/golang.nixuser/settings/development/golang.nix
@@ -15,6 +15,7 @@ ];
home.sessionPath = [ "$HOME/go/bin" ]; + home.sessionVariables.GOTOOLCHAIN = "local"; # use installed go tools programs.emacs.extraPackages = epkgs: (with epkgs; [ go-eldoc go-tag