go-errorlint: Set up auto-updates

This commit is contained in:
polyfloyd
2025-07-02 18:45:13 +02:00
parent 870c32abb0
commit 1eeb17ddee
+2
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
@@ -22,6 +23,7 @@ buildGoModule rec {
"-w"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Source code linter that can be used to find code that will cause problems with Go's error wrapping scheme";
homepage = "https://github.com/polyfloyd/go-errorlint";