nezha: add nixosTest

(cherry picked from commit e8e153d50a)
This commit is contained in:
Moraxyc
2026-06-17 13:35:42 +08:00
committed by github-actions[bot]
parent 1b0bd1d86b
commit 1ebf3cdfda

View File

@@ -7,6 +7,7 @@
dbip-country-lite,
formats,
nix-update-script,
nixosTests,
nezha-theme-admin,
nezha-theme-user,
withThemes ? [ ],
@@ -114,6 +115,9 @@ buildGoModule (finalAttrs: {
passthru = {
updateScript = nix-update-script { };
tests = {
inherit (nixosTests) nezha;
};
};
meta = {