Add Go binary directory to PATH
This commit is contained in:
parent
9a00bf481c
commit
1bd5096f91
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ pkgs.mkShell {
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
export PATH="$HOME/go/bin:$PATH"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue