mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Fix GOPATH issues on macOS
This commit is contained in:
@@ -113,10 +113,13 @@ in
|
||||
initExtra = ''
|
||||
export PATH=$PATH:~/.cargo/bin
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PAGER=less
|
||||
export EDITOR=vim
|
||||
|
||||
export GOPATH=~/go
|
||||
export GOBIN=$GOPATH/bin
|
||||
export PATH=$PATH:$GOBIN
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(_RFD_COMPLETE=source_zsh rfd)"
|
||||
eval "$(rbenv init -)"
|
||||
@@ -210,8 +213,6 @@ in
|
||||
|
||||
go = {
|
||||
enable = true;
|
||||
goBin = "go/bin";
|
||||
goPath = "go";
|
||||
};
|
||||
|
||||
tmux = {
|
||||
|
Reference in New Issue
Block a user