golangci-lint-langserver: temporarily disable tests (#393626)

authored by Gaétan Lepage and committed by GitHub d4a496db e2a5df67

+3
+3
pkgs/by-name/go/golangci-lint-langserver/package.nix
··· 21 22 subPackages = [ "." ]; 23 24 nativeCheckInputs = [ 25 golangci-lint 26 writableTmpDirAsHomeHook
··· 21 22 subPackages = [ "." ]; 23 24 + # renable after https://github.com/nametake/golangci-lint-langserver/pull/52 25 + doCheck = false; 26 + 27 nativeCheckInputs = [ 28 golangci-lint 29 writableTmpDirAsHomeHook