all repos — nixfiles @ b0223c0e9f8b8bcc1f075ffbc3073ea3a9c043cb

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

golang: disable automatic toolchain updates
Alan Pearce alan@alanpearce.eu
Thu, 22 Aug 2024 16:58:30 +0200
commit

b0223c0e9f8b8bcc1f075ffbc3073ea3a9c043cb

parent

6901add3409247fa1552915037780f7f47689ed1

1 files changed, 1 insertions(+), 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