Skip to content

Commit 1af0be8

Browse files
authored
Merge branch 'main' into gnls
2 parents 73d6d66 + f253979 commit 1af0be8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/kernels/go/language-server-gopls/go-parser.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ buildGoModule rec {
1111
owner = "codedownio";
1212
repo = "go-notebook-language-server";
1313
rev = "v${version}";
14+
<<<<<<< gnls
1415
hash = "sha256-bOh7LbPxs+olEGKrNnnoq6xMhoRRSeZCV6GgJ7CUPyk=";
16+
=======
17+
hash = "sha256-SdN/v4psQRQ8O+3BosYgcZzBZSxNytVmw1A/lM2fQ/4=";
18+
>>>>>>> main
1519
};
1620

1721
sourceRoot = "${src.name}/go-parser";

0 commit comments

Comments
 (0)