about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-21 07:09:32 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-21 08:43:35 -0800
commit0012f1ee00382941e268a6a836aa9208b3697c6d (patch)
treeb18dbf3fe43441434c32c7b1d59bd83bc21103f5 /users/fcuny
parentsway: configure scaling factor for aptos (diff)
downloadworld-0012f1ee00382941e268a6a836aa9208b3697c6d.tar.gz
go: let's hide $GOPATH
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/cli/go.nix2
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" ];
   };