Unverified Commit 8bc11315 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

typos: add updateScript

parent 1f983dbc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  rustPlatform,
  fetchFromGitHub,
  testers,
  nix-update-script,
  typos,
}:

@@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec {

  passthru = {
    tests.version = testers.testVersion { package = typos; };

    updateScript = nix-update-script { };
  };

  meta = with lib; {