diff options
Diffstat (limited to 'home/programs/go.nix')
| -rw-r--r-- | home/programs/go.nix | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/home/programs/go.nix b/home/programs/go.nix deleted file mode 100644 index 0ae1ec1..0000000 --- a/home/programs/go.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ pkgs, config, ... }: -{ - programs.go = { - enable = true; - goPath = ".local/share/pkg.go"; - goBin = ".local/bin.go"; - goPrivate = [ - "github.rbx.com/*" - "github.com/fcuny/*" - ]; - }; - - home.packages = with pkgs; [ - delve - go-tools # collection of tools, https://github.com/dominikh/go-tools - golangci-lint - gopls - ]; - - home.sessionPath = [ - config.home.sessionVariables.GOBIN - "${config.home.homeDirectory}/.local/bin" - ]; -} |
