bottom: add update script

This commit is contained in:
Gutyina Gergő
2024-12-11 09:51:52 +01:00
parent 4f020a6956
commit 614fdc5104
+6 -2
View File
@@ -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 = {