generated from ElnuDev/go-project
Add Go binary directory to PATH
This commit is contained in:
parent
a43e440022
commit
643f56f3c8
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"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue