go-sendxmpp: Add nixosTests (#470410)

This commit is contained in:
Aleksana
2025-12-14 13:46:38 +00:00
committed by GitHub
+2
View File
@@ -2,6 +2,7 @@
buildGoModule,
fetchFromGitLab,
lib,
nixosTests,
nix-update-script,
versionCheckHook,
}:
@@ -21,6 +22,7 @@ buildGoModule (finalAttrs: {
vendorHash = "sha256-FJjC2WU1DTP8Frk2cj9Adduxv49d9uyt4G8BotzWsYU=";
passthru = {
tests = { inherit (nixosTests) ejabberd prosody; };
updateScript = nix-update-script { };
};