From 614fdc5104f7f6f4834c6114128065d354756ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 30 Nov 2024 21:54:13 +0100 Subject: [PATCH] bottom: add update script --- pkgs/by-name/bo/bottom/package.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/bo/bottom/package.nix b/pkgs/by-name/bo/bottom/package.nix index 86329303ecf9..583cc57e37ee 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 = {