diff --git a/shell.nix b/shell.nix index d2a7dc7..6688eae 100644 --- a/shell.nix +++ b/shell.nix @@ -5,4 +5,7 @@ pkgs.mkShell { go gopls ]; + shellHook = '' + export PATH="$HOME/go/bin:$PATH" + ''; }