We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe90b4f commit 0287991Copy full SHA for 0287991
1 file changed
modules/kernels/go/language-server-gopls/go-parser.nix
@@ -11,11 +11,7 @@ buildGoModule rec {
11
owner = "codedownio";
12
repo = "go-notebook-language-server";
13
rev = "v${version}";
14
-<<<<<<< gnls
15
hash = "sha256-bOh7LbPxs+olEGKrNnnoq6xMhoRRSeZCV6GgJ7CUPyk=";
16
-=======
17
- hash = "sha256-SdN/v4psQRQ8O+3BosYgcZzBZSxNytVmw1A/lM2fQ/4=";
18
->>>>>>> main
19
};
20
21
sourceRoot = "${src.name}/go-parser";
0 commit comments