Commit e1c52b11 authored by 1adept's avatar 1adept
Browse files

carapace: add updateScript

parent 51fd4aa2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {