diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 07:09:32 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 08:43:35 -0800 |
commit | 0012f1ee00382941e268a6a836aa9208b3697c6d (patch) | |
tree | b18dbf3fe43441434c32c7b1d59bd83bc21103f5 /users | |
parent | sway: configure scaling factor for aptos (diff) | |
download | world-0012f1ee00382941e268a6a836aa9208b3697c6d.tar.gz |
go: let's hide $GOPATH
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/cli/go.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/cli/go.nix b/users/fcuny/cli/go.nix index a2a1fc5..647da39 100644 --- a/users/fcuny/cli/go.nix +++ b/users/fcuny/cli/go.nix @@ -1,7 +1,7 @@ { programs.go = { enable = true; - goPath = "workspace/go"; + goPath = ".local/share/pkg.go"; goBin = ".local/bin.go"; goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ]; }; |