all repos — nixfiles @ 31ddf8bb60d93594fad1e708154638e3a2f6b93f

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

dev/go: add go/bin to $PATH
Alan Pearce alan@alanpearce.eu
Sun, 30 Jun 2024 11:47:41 +0200
commit

31ddf8bb60d93594fad1e708154638e3a2f6b93f

parent

8f3d6a86a2041f81c76c9985859edd44c6f7e526

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/development/golang.nixuser/settings/development/golang.nix
@@ -12,6 +12,9 @@ golangci-lint     golangci-lint-langserver
     personal.prettier-plugin-go-template
   ];
+  home.sessionPath = [
+    "$HOME/go/bin"
+  ];
   programs.emacs.extraPackages = epkgs: (with epkgs; [
     go-eldoc
     go-tag