golangci-lint-langserver: temporarily disable tests

This commit is contained in:
Kirill Radzikhovskyy
2025-03-27 17:45:38 +11:00
parent bce4d53df6
commit a328fc31ba
@@ -21,6 +21,9 @@ buildGoModule rec {
subPackages = [ "." ];
# renable after https://github.com/nametake/golangci-lint-langserver/pull/52
doCheck = false;
nativeCheckInputs = [
golangci-lint
writableTmpDirAsHomeHook