about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/cli/go.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/fcuny/cli/go.nix b/users/fcuny/cli/go.nix
index 990b2ae..a2a1fc5 100644
--- a/users/fcuny/cli/go.nix
+++ b/users/fcuny/cli/go.nix
@@ -2,5 +2,7 @@
   programs.go = {
     enable = true;
     goPath = "workspace/go";
+    goBin = ".local/bin.go";
+    goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ];
   };
 }