Skip to content

Commit 44ddb9a

Browse files
nvim: remove gopherjs
1 parent a715e99 commit 44ddb9a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

modules/nvim/default.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@ let
1313
};
1414
};
1515

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-
2916
colorscheme = with pkgs.vimPlugins; [
3017
solarized-nvim
3118
];
@@ -133,7 +120,6 @@ in
133120
luajit
134121
lua-language-server
135122
go
136-
gopherjs
137123
gopls
138124
delve
139125
golangci-lint

0 commit comments

Comments
 (0)