mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
sydbox: add version test
This commit is contained in:
parent
3fe4a6a95c
commit
d02439295c
@ -7,6 +7,8 @@
|
||||
pkg-config,
|
||||
rustPlatform,
|
||||
scdoc,
|
||||
sydbox,
|
||||
testers,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -64,6 +66,11 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion {
|
||||
package = sydbox;
|
||||
command = "syd -V";
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user