diff --git a/pkgs/by-name/ty/typos/package.nix b/pkgs/by-name/ty/typos/package.nix index 03c593cdbe44..392961d37220 100644 --- a/pkgs/by-name/ty/typos/package.nix +++ b/pkgs/by-name/ty/typos/package.nix @@ -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; {