gitlab: add link to nixos test in passthru.tests

This commit is contained in:
Léo Gaspard 2019-06-13 02:23:15 +02:00
parent bf01a3ba94
commit 42170cbf58
No known key found for this signature in database
GPG Key ID: 771E7AD1170FE690

View File

@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, fetchFromGitLab, bundlerEnv
, ruby, tzdata, git, procps, nettools
, ruby, tzdata, git, procps, nettools, nixosTests
, gitlabEnterprise ? false
}:
@ -95,6 +95,9 @@ stdenv.mkDerivation rec {
GITLAB_PAGES_VERSION = data.passthru.GITLAB_PAGES_VERSION;
GITLAB_SHELL_VERSION = data.passthru.GITLAB_SHELL_VERSION;
GITLAB_WORKHORSE_VERSION = data.passthru.GITLAB_WORKHORSE_VERSION;
tests = {
nixos-test-passes = nixosTests.gitlab;
};
};
meta = with lib; {