diff --git a/pkgs/by-name/bo/bottom/package.nix b/pkgs/by-name/bo/bottom/package.nix index 3aa0580d495b38..d64f769110cf65 100644 --- a/pkgs/by-name/bo/bottom/package.nix +++ b/pkgs/by-name/bo/bottom/package.nix @@ -7,6 +7,7 @@ stdenv, apple-sdk_11, bottom, + nix-update-script, testers, }: @@ -45,8 +46,11 @@ rustPlatform.buildRustPackage rec { BTM_GENERATE = true; - passthru.tests.version = testers.testVersion { - package = bottom; + passthru = { + updateScript = nix-update-script { }; + tests.version = testers.testVersion { + package = bottom; + }; }; meta = {