cargo-tauri: add version test

This commit is contained in:
seth
2024-10-03 19:01:26 -04:00
parent 201e1ebab7
commit ba6b52658d

View File

@@ -4,10 +4,12 @@
callPackage,
rustPlatform,
fetchFromGitHub,
cargo-tauri,
gtk4,
nix-update-script,
openssl,
pkg-config,
testers,
webkitgtk_4_1,
}:
@@ -47,6 +49,7 @@ rustPlatform.buildRustPackage rec {
tests = {
setupHooks = callPackage ./test-app.nix { };
version = testers.testVersion { package = cargo-tauri; };
};
updateScript = nix-update-script {