gitea: add passthru.tests

Reference nixos tests to execute on package upgrades.

authored by

dadada and committed by
Frederik Rietdijk
dc823195 2a9f3360

+3
+3
pkgs/applications/version-management/gitea/default.nix
··· 2 2 , git, bash, gzip, openssh, pam 3 3 , sqliteSupport ? true 4 4 , pamSupport ? true 5 + , nixosTests 5 6 }: 6 7 7 8 with lib; ··· 59 60 ''; 60 61 61 62 goPackagePath = "code.gitea.io/gitea"; 63 + 64 + passthru.tests.gitea = nixosTests.gitea; 62 65 63 66 meta = { 64 67 description = "Git with a cup of tea";