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