cyme: add passthru.tests.version
This commit is contained in:
parent
2804d70d6d
commit
cc390604e6
1 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
||||||
, libusb1
|
, libusb1
|
||||||
, udev
|
, udev
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
|
, testers
|
||||||
|
, cyme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -46,7 +48,12 @@ rustPlatform.buildRustPackage rec {
|
||||||
"--skip=test_run"
|
"--skip=test_run"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru = {
|
||||||
|
updateScript = nix-update-script { };
|
||||||
|
tests.version = testers.testVersion {
|
||||||
|
package = cyme;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tuna-f1sh/cyme";
|
homepage = "https://github.com/tuna-f1sh/cyme";
|
||||||
|
|
Loading…
Reference in a new issue