carapace: add updateScript

This commit is contained in:
1adept
2025-05-06 17:12:14 +02:00
parent 51fd4aa214
commit e1c52b118a

View File

@@ -4,6 +4,7 @@
fetchFromGitHub,
testers,
carapace,
nix-update-script,
}:
buildGoModule (finalAttrs: {
@@ -33,6 +34,7 @@ buildGoModule (finalAttrs: {
GOOS= GOARCH= go generate ./...
'';
passthru.updateScript = nix-update-script { };
passthru.tests.version = testers.testVersion { package = carapace; };
meta = with lib; {