typos: add updateScript

This commit is contained in:
Kenichi Kamiya 2024-11-10 22:06:39 +09:00
parent 1f983dbc47
commit 8bc113158c
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -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; {