aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/devel/go.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/devel/go.nix')
-rw-r--r--users/fcuny/devel/go.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/fcuny/devel/go.nix b/users/fcuny/devel/go.nix
new file mode 100644
index 0000000..647da39
--- /dev/null
+++ b/users/fcuny/devel/go.nix
@@ -0,0 +1,8 @@
+{
+ programs.go = {
+ enable = true;
+ goPath = ".local/share/pkg.go";
+ goBin = ".local/bin.go";
+ goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ];
+ };
+}