victorialogs: run tests via passthru.tests

This commit is contained in:
Shawn8901
2025-12-05 20:16:53 +01:00
parent cb159a91bb
commit 6a2cf882ce
+1 -5
View File
@@ -48,11 +48,7 @@ buildGoModule (finalAttrs: {
__darwinAllowLocalNetworking = true;
passthru = {
tests = {
inherit (nixosTests)
victorialogs
;
};
tests = lib.recurseIntoAttrs nixosTests.victorialogs;
updateScript = nix-update-script { };
};