about summary refs log tree commit diff
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.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/users/fcuny/devel/go.nix b/users/fcuny/devel/go.nix
deleted file mode 100644
index e688ac7..0000000
--- a/users/fcuny/devel/go.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ config, ... }: {
-
-  programs.go = {
-    enable = true;
-    goPath = ".local/share/pkg.go";
-    goBin = ".local/bin.go";
-    goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ];
-  };
-
-  home.sessionPath = [ config.home.sessionVariables.GOBIN ];
-}