gitea: add passthru.tests

Reference nixos tests to execute on package upgrades.
This commit is contained in:
dadada 2021-01-23 21:33:21 +01:00 committed by Frederik Rietdijk
parent 2a9f33600c
commit dc8231950c

View File

@ -2,6 +2,7 @@
, git, bash, gzip, openssh, pam
, sqliteSupport ? true
, pamSupport ? true
, nixosTests
}:
with lib;
@ -60,6 +61,8 @@ buildGoPackage rec {
goPackagePath = "code.gitea.io/gitea";
passthru.tests.gitea = nixosTests.gitea;
meta = {
description = "Git with a cup of tea";
homepage = "https://gitea.io";