Skip to content

Commit

Permalink
bottom: add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Nov 30, 2024
1 parent fc482bd commit 69202a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/bo/bottom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
stdenv,
apple-sdk_11,
bottom,
nix-update-script,
testers,
}:

Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 69202a9

Please sign in to comment.