cargo-tauri: add version test

This commit is contained in:
seth
2024-11-14 02:26:05 -05:00
parent 201e1ebab7
commit ba6b52658d
+3
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 {