We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a715e99 commit 44ddb9aCopy full SHA for 44ddb9a
modules/nvim/default.nix
@@ -13,19 +13,6 @@ let
13
};
14
15
16
- gopherjs = pkgs.buildGoModule rec {
17
- pname = "gopherjs";
18
- version = "v1.18.0-beta3";
19
- src = pkgs.fetchFromGitHub {
20
- owner = "gopherjs";
21
- repo = "gopherjs";
22
- rev = version;
23
- sha256 = "sha256-ktrGnC4xFaPMlOi4wa5XtBTVueKtWBGWKLCigefgYSY=";
24
- };
25
- vendorHash = "sha256-dJxghd+JVSn38IllrJfQfCvvgVxPvU/C2+yOMNJSuY8=";
26
- doCheck = false;
27
28
-
29
colorscheme = with pkgs.vimPlugins; [
30
solarized-nvim
31
];
@@ -133,7 +120,6 @@ in
133
120
luajit
134
121
lua-language-server
135
122
go
136
- gopherjs
137
123
gopls
138
124
delve
139
125
golangci-lint
0 commit comments