cyme: add passthru.tests.version

This commit is contained in:
h7x4
2023-11-26 23:23:17 +01:00
parent 2804d70d6d
commit cc390604e6
+8 -1
View File
@@ -8,6 +8,8 @@
, libusb1
, udev
, nix-update-script
, testers
, cyme
}:
rustPlatform.buildRustPackage rec {
@@ -46,7 +48,12 @@ rustPlatform.buildRustPackage rec {
"--skip=test_run"
];
passthru.updateScript = nix-update-script { };
passthru = {
updateScript = nix-update-script { };
tests.version = testers.testVersion {
package = cyme;
};
};
meta = with lib; {
homepage = "https://github.com/tuna-f1sh/cyme";